Serialized Form


Package org.mule

Class org.mule.DefaultMessageCollection extends DefaultMuleMessage implements Serializable

Serialized Fields

messageList

List<E> messageList

Class org.mule.DefaultMuleEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        MuleException
Throws:
IOException
ClassNotFoundException
MuleException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

String id
the Universally Unique ID for the event


message

MuleMessage message
The payload message used to read the payload of the event


session

MuleSession session

stopFurtherProcessing

boolean stopFurtherProcessing

synchronous

boolean synchronous

timeout

int timeout

credentials

Credentials credentials

ignoredPropertyOverrides

String[] ignoredPropertyOverrides

Class org.mule.DefaultMuleMessage extends Object implements Serializable

serialVersionUID: 1541720810851984842L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws Exception
Throws:
Exception

Class org.mule.DefaultMuleSession extends Object implements Serializable

serialVersionUID: 3380926585676521866L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

valid

boolean valid
Determines if the service is valid


id

String id

securityContext

SecurityContext securityContext
The security context associated with the session. Note that this context will only be serialized if the SecurityContext object is Serializable.


properties

Map<K,V> properties

Class org.mule.FailedToQueueEventException extends ServiceException implements Serializable

serialVersionUID: -8368283988424746098L

Class org.mule.VoidResult extends Object implements Serializable

serialVersionUID: -3828573682818093673L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Package org.mule.api

Class org.mule.api.DefaultMuleException extends MuleException implements Serializable

serialVersionUID: 2554735072826262515L

Class org.mule.api.MessagingException extends MuleException implements Serializable

serialVersionUID: 6941498759267936649L

Class org.mule.api.MuleException extends Exception implements Serializable

Serialized Fields

info

Map<K,V> info

errorCode

int errorCode

message

String message

i18nMessage

Message i18nMessage

Class org.mule.api.MuleRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 6728041560892553159L


Package org.mule.api.config

Class org.mule.api.config.ConfigurationException extends DefaultMuleException implements Serializable

serialVersionUID: 3658822340943734960L


Package org.mule.api.context

Class org.mule.api.context.MuleContextException extends MuleException implements Serializable

serialVersionUID: -1526680893293714180L


Package org.mule.api.context.notification

Class org.mule.api.context.notification.ServerNotification extends EventObject implements Serializable

Serialized Fields

EVENT_NAME

String EVENT_NAME

serverId

String serverId

timestamp

long timestamp

action

int action

resourceIdentifier

String resourceIdentifier
The resourceIdentifier is used when firing inbound server notifications such as Admin notifications or other action notifications triggered by an external source Used to associate the event with a particular resource. For example, if the event was a ServiceNotification the resourceIdentifier could be the name of a particular service


Package org.mule.api.endpoint

Class org.mule.api.endpoint.EndpointException extends MuleException implements Serializable

serialVersionUID: 3219403251233216800L

Class org.mule.api.endpoint.EndpointNotFoundException extends EndpointException implements Serializable

serialVersionUID: 790450139906970837L

Class org.mule.api.endpoint.InvalidEndpointTypeException extends MuleRuntimeException implements Serializable

serialVersionUID: 8597088580804178563L

Class org.mule.api.endpoint.MalformedEndpointException extends EndpointException implements Serializable

serialVersionUID: -3179045414716505094L


Package org.mule.api.expression

Class org.mule.api.expression.ExpressionRuntimeException extends MuleRuntimeException implements Serializable

Class org.mule.api.expression.RequiredValueException extends ExpressionRuntimeException implements Serializable


Package org.mule.api.lifecycle

Class org.mule.api.lifecycle.CreateException extends LifecycleException implements Serializable

serialVersionUID: -8402348927606781921L

Class org.mule.api.lifecycle.DisposeException extends LifecycleException implements Serializable

serialVersionUID: 1714192290605243678L

Class org.mule.api.lifecycle.FatalException extends LifecycleException implements Serializable

serialVersionUID: -330442983239074937L

Class org.mule.api.lifecycle.InitialisationException extends LifecycleException implements Serializable

serialVersionUID: -8402348927606781931L

Class org.mule.api.lifecycle.LifecycleException extends MuleException implements Serializable

serialVersionUID: 2909614055858287394L

Class org.mule.api.lifecycle.RecoverableException extends InitialisationException implements Serializable

serialVersionUID: -5799024626172482665L

Class org.mule.api.lifecycle.StartException extends LifecycleException implements Serializable

serialVersionUID: 1714192220605243678L

Class org.mule.api.lifecycle.StopException extends LifecycleException implements Serializable

serialVersionUID: 1714192220605243678L


Package org.mule.api.management.stats

Package org.mule.api.model

Class org.mule.api.model.ModelException extends MuleException implements Serializable

serialVersionUID: -4593985962209518596L

Class org.mule.api.model.SessionException extends ModelException implements Serializable

serialVersionUID: -6751481096543965553L


Package org.mule.api.registry

Class org.mule.api.registry.RegistrationException extends DefaultMuleException implements Serializable

Class org.mule.api.registry.ResolverException extends MuleException implements Serializable

Class org.mule.api.registry.ServiceException extends MuleException implements Serializable


Package org.mule.api.routing

Class org.mule.api.routing.CouldNotRouteInboundEventException extends RoutingException implements Serializable

serialVersionUID: 2736231899561051615L

Class org.mule.api.routing.CouldNotRouteOutboundMessageException extends RoutingException implements Serializable

serialVersionUID: 4609966704030524482L

Class org.mule.api.routing.ResponseTimeoutException extends RoutingException implements Serializable

serialVersionUID: 6882278747922113239L

Class org.mule.api.routing.RoutePathNotFoundException extends RoutingException implements Serializable

serialVersionUID: -8481434966594513065L

Class org.mule.api.routing.RoutingException extends MessagingException implements Serializable

serialVersionUID: 2478458847072048645L

Class org.mule.api.routing.ServiceRoutingException extends RoutingException implements Serializable

serialVersionUID: -113944443831267318L


Package org.mule.api.security

Class org.mule.api.security.CredentialsNotSetException extends UnauthorisedException implements Serializable

serialVersionUID: -6271648179641734579L

Class org.mule.api.security.CryptoFailureException extends DefaultMuleException implements Serializable

serialVersionUID: 1336343718508294379L

Class org.mule.api.security.EncryptionNotSupportedException extends SecurityException implements Serializable

serialVersionUID: -1661059380853528623L

Class org.mule.api.security.EncryptionStrategyNotFoundException extends MuleException implements Serializable

serialVersionUID: 3916371211189075139L

Class org.mule.api.security.SecurityException extends MessagingException implements Serializable

Class org.mule.api.security.SecurityProviderNotFoundException extends MuleException implements Serializable

serialVersionUID: 124630897095610595L

Class org.mule.api.security.UnauthorisedException extends SecurityException implements Serializable

serialVersionUID: -6664384216189042672L

Class org.mule.api.security.UnknownAuthenticationTypeException extends MuleException implements Serializable

serialVersionUID: 6275865761357999175L

Class org.mule.api.security.UnsupportedAuthenticationSchemeException extends SecurityException implements Serializable

serialVersionUID: 3281021140543598680L


Package org.mule.api.service

Class org.mule.api.service.ServiceException extends MessagingException implements Serializable

serialVersionUID: 56178344205041599L


Package org.mule.api.transaction

Class org.mule.api.transaction.TransactionException extends MuleException implements Serializable

serialVersionUID: -3470229644235978820L


Package org.mule.api.transformer

Class org.mule.api.transformer.TransformerException extends EndpointException implements Serializable

serialVersionUID: 2943589828020763649L


Package org.mule.api.transport

Class org.mule.api.transport.ConnectorException extends MuleException implements Serializable

serialVersionUID: 4729481487016346035L

Class org.mule.api.transport.DispatchException extends RoutingException implements Serializable

serialVersionUID: -8204621943732496605L

Class org.mule.api.transport.MessageTypeNotSupportedException extends MuleException implements Serializable

serialVersionUID: -3954838511333933643L

Class org.mule.api.transport.NoReceiverForEndpointException extends EndpointException implements Serializable

serialVersionUID: -3954838511333933643L

Class org.mule.api.transport.PropertyScope extends Object implements Serializable

serialVersionUID: -4792653762048974018L

Serialized Fields

scope

String scope

order

int order

Class org.mule.api.transport.PropertyScope.ScopeComparator extends Object implements Serializable

serialVersionUID: -3346258000312580166L

Class org.mule.api.transport.ReceiveException extends MuleException implements Serializable

serialVersionUID: 1960304517882133951L

Serialized Fields

endpoint

ImmutableEndpoint endpoint

Class org.mule.api.transport.UniqueIdNotSupportedException extends MuleRuntimeException implements Serializable

serialVersionUID: -6719055482076081111L


Package org.mule.config.i18n

Class org.mule.config.i18n.Message extends Object implements Serializable

serialVersionUID: -6109760447384477924L

Serialized Fields

message

String message

code

int code

args

Object[] args

nextMessage

Message nextMessage

Package org.mule.context.notification

Class org.mule.context.notification.ComponentMessageNotification extends ServerNotification implements Serializable

serialVersionUID: -6369685122731797646L

Class org.mule.context.notification.ConnectionNotification extends ServerNotification implements Serializable

serialVersionUID: -6455441938378523145L

Class org.mule.context.notification.CustomNotification extends ServerNotification implements Serializable

serialVersionUID: 762448139858484536L

Class org.mule.context.notification.EndpointMessageNotification extends ServerNotification implements Serializable

serialVersionUID: -5118299601117624094L

Serialized Fields

endpoint

String endpoint

Class org.mule.context.notification.ExceptionNotification extends ServerNotification implements Serializable

serialVersionUID: -43091546451476239L

Serialized Fields

exception

Throwable exception

Class org.mule.context.notification.ManagementNotification extends ServerNotification implements Serializable

serialVersionUID: -259130553709035786L

Class org.mule.context.notification.ModelNotification extends ServerNotification implements Serializable

serialVersionUID: -1954880336427554435L

Class org.mule.context.notification.MuleContextNotification extends ServerNotification implements Serializable

serialVersionUID: -3246036188011581121L

Serialized Fields

clusterId

String clusterId

domain

String domain

Class org.mule.context.notification.NotificationException extends MuleException implements Serializable

serialVersionUID: -5998352122311445746L

Class org.mule.context.notification.RegistryNotification extends ServerNotification implements Serializable

serialVersionUID: -3246036188021581121L

Class org.mule.context.notification.RoutingNotification extends ServerNotification implements Serializable

serialVersionUID: -6455441938378523145L

Class org.mule.context.notification.SecurityNotification extends ServerNotification implements Serializable

serialVersionUID: 5951835321289699941L

Class org.mule.context.notification.ServiceNotification extends ServerNotification implements Serializable

serialVersionUID: -8575741816897936674L

Class org.mule.context.notification.TransactionNotification extends ServerNotification implements Serializable

serialVersionUID: -3245036187011582121L

Serialized Fields

transactionStringId

String transactionStringId
Ideally, that should've been a transaction's XID, but we'd need to resort to all kinds of reflection tricks to get it. Still, toString() typically outputs a class name followed by the XID, so that's good enough.


Package org.mule.endpoint

Class org.mule.endpoint.AbstractEndpoint extends Object implements Serializable

serialVersionUID: -1650380871293160973L

Serialized Fields

connector

Connector connector
The endpoint used to communicate with the external system


endpointUri

EndpointURI endpointUri
The endpointUri on which to send or receive information


transformers

List<E> transformers
The transformers used to transform the incoming or outgoing data


responseTransformers

List<E> responseTransformers
The transformers used to transform the incoming or outgoing data


name

String name
The name for the endpoint


properties

Map<K,V> properties
Any additional properties for the endpoint // TODO This should be final. See MULE-3105 // TODO Shouldn't this be guarded from concurrent writes?


transactionConfig

TransactionConfig transactionConfig
The transaction configuration for this endpoint


filter

Filter filter
event filter for this endpoint


deleteUnacceptedMessages

boolean deleteUnacceptedMessages
determines whether unaccepted filtered events should be removed from the source. If they are not removed its up to the Message receiver to handle recieving the same message again


securityFilter

EndpointSecurityFilter securityFilter
The security filter to apply to this endpoint


synchronous

boolean synchronous
whether events received by this endpoint should execute in a single thread


responseTimeout

int responseTimeout
How long to block when performing a remote synchronisation to a remote host. This property is optional and will be set to the default Synchonous MuleEvent time out value if not set


initialState

String initialState
The state that the endpoint is initialised in such as started or stopped


endpointEncoding

String endpointEncoding

muleContext

MuleContext muleContext

retryPolicyTemplate

RetryPolicyTemplate retryPolicyTemplate

endpointBuilderName

String endpointBuilderName

Class org.mule.endpoint.DefaultInboundEndpoint extends AbstractEndpoint implements Serializable

serialVersionUID: -4752772777414636142L

Class org.mule.endpoint.DefaultOutboundEndpoint extends AbstractEndpoint implements Serializable

serialVersionUID: 8860985949279708638L

Serialized Fields

responseProperties

List<E> responseProperties

Class org.mule.endpoint.DynamicURIInboundEndpoint extends Object implements Serializable

serialVersionUID: -2814979100270307813L

Serialized Fields

endpoint

InboundEndpoint endpoint

dynamicEndpointURI

EndpointURI dynamicEndpointURI

Class org.mule.endpoint.DynamicURIOutboundEndpoint extends Object implements Serializable

serialVersionUID: -2814979100270307813L

Serialized Fields

endpoint

OutboundEndpoint endpoint

dynamicEndpointURI

EndpointURI dynamicEndpointURI

Class org.mule.endpoint.MuleEndpointURI extends Object implements Serializable

serialVersionUID: 3906735768171252877L

Serialized Fields

address

String address

filterAddress

String filterAddress

endpointName

String endpointName

connectorName

String connectorName

transformers

String transformers

responseTransformers

String responseTransformers

params

Properties params

uri

URI uri

userInfo

String userInfo

schemeMetaInfo

String schemeMetaInfo

resourceInfo

String resourceInfo

Package org.mule.lifecycle

Class org.mule.lifecycle.AlreadyInitialisedException extends InitialisationException implements Serializable

serialVersionUID: 3121894155097428317L


Package org.mule.management.stats

Class org.mule.management.stats.ComponentStatistics extends Object implements Serializable

serialVersionUID: -2086999226732861674L

Serialized Fields

logger

Log logger

minExecutionTime

long minExecutionTime

maxExecutionTime

long maxExecutionTime

averageExecutionTime

long averageExecutionTime

executedEvent

long executedEvent

totalExecTime

long totalExecTime

enabled

boolean enabled

intervalTime

long intervalTime

currentIntervalStartTime

long currentIntervalStartTime

statIntervalTimeEnabled

boolean statIntervalTimeEnabled

Class org.mule.management.stats.RouterStatistics extends Object implements Serializable

serialVersionUID: 4540482357430845065L

Serialized Fields

enabled

boolean enabled

notRouted

long notRouted

caughtInCatchAll

long caughtInCatchAll

totalRouted

long totalRouted

totalReceived

long totalReceived

routed

Map<K,V> routed

type

int type

Class org.mule.management.stats.SedaServiceStatistics extends ServiceStatistics implements Serializable

Serialized Fields

componentPoolMaxSize

int componentPoolMaxSize

componentPoolAbsoluteMaxSize

int componentPoolAbsoluteMaxSize

componentPoolSize

int componentPoolSize

Class org.mule.management.stats.ServiceStatistics extends Object implements Serializable

serialVersionUID: -2086999226732861675L

Serialized Fields

name

String name

receivedEventSync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong receivedEventSync

receivedEventASync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong receivedEventASync

sentEventSync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentEventSync

sentReplyToEvent

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentReplyToEvent

sentEventASync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentEventASync

executionError

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong executionError

fatalError

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong fatalError

queuedEvent

long queuedEvent

maxQueuedEvent

long maxQueuedEvent

averageQueueSize

long averageQueueSize

totalQueuedEvent

long totalQueuedEvent

threadPoolSize

int threadPoolSize

samplePeriod

long samplePeriod

enabled

boolean enabled

inboundRouterStat

RouterStatistics inboundRouterStat

componentStat

ComponentStatistics componentStat

outboundRouterStat

RouterStatistics outboundRouterStat

Package org.mule.message

Class org.mule.message.BaseMessageDTO extends Object implements Serializable

serialVersionUID: -6105691921086093748L

Serialized Fields

payload

Object payload

properties

Map<K,V> properties

Class org.mule.message.DefaultExceptionPayload extends Object implements Serializable

serialVersionUID: -7114836033686599024L

Serialized Fields

code

int code

message

String message

info

Map<K,V> info

exception

Throwable exception

Class org.mule.message.DefaultMuleMessageDTO extends BaseMessageDTO implements Serializable

Serialized Fields

replyTo

String replyTo

Class org.mule.message.ExceptionMessage extends BaseMessageDTO implements Serializable

serialVersionUID: -538516243574950621L

Serialized Fields

exception

Throwable exception

componentName

String componentName

endpointUri

String endpointUri

timeStamp

Date timeStamp

Package org.mule.model

Class org.mule.model.ModelServiceNotFoundException extends ModelException implements Serializable

serialVersionUID: -5306713972201495210L


Package org.mule.model.direct

Class org.mule.model.direct.DirectService extends AbstractService implements Serializable

serialVersionUID: -8590955440156945732L


Package org.mule.model.pipeline

Class org.mule.model.pipeline.PipelineService extends DirectService implements Serializable

serialVersionUID: -2788210157354765190L


Package org.mule.model.resolvers

Class org.mule.model.resolvers.EntryPointNotFoundException extends MuleException implements Serializable

Class org.mule.model.resolvers.NoSatisfiableMethodsException extends MuleException implements Serializable

serialVersionUID: -4703387041767867189L

Class org.mule.model.resolvers.TooManySatisfiableMethodsException extends MuleException implements Serializable

serialVersionUID: 7856775581858822364L


Package org.mule.model.seda

Class org.mule.model.seda.SedaService extends AbstractService implements Serializable

serialVersionUID: 7711976708670893015L

Serialized Fields

workManager

WorkManager workManager

queueTimeout

Integer queueTimeout
The time out used for taking from the Seda Queue.


threadingProfile

ThreadingProfile threadingProfile
The threading profile to use for this service. If this is not set a default will be provided by the server


queueProfile

QueueProfile queueProfile
The queue profile to use for this service. If this is not set a default will be provided by the server


queue

Queue queue

Package org.mule.retry

Class org.mule.retry.RetryPolicyExhaustedException extends FatalException implements Serializable

serialVersionUID: 3300563235465630595L


Package org.mule.routing

Class org.mule.routing.AggregationException extends RoutingException implements Serializable

serialVersionUID: 1276049971165761454L

Serialized Fields

eventGroup

EventGroup eventGroup

Class org.mule.routing.CorrelationTimeoutException extends MessagingException implements Serializable


Package org.mule.routing.inbound

Class org.mule.routing.inbound.EventGroup extends Object implements Serializable

serialVersionUID: 953739659615692697L

Serialized Fields

groupId

Object groupId

events

List<E> events

created

long created

expectedSize

int expectedSize

Package org.mule.security

Class org.mule.security.DefaultMuleAuthentication extends Object implements Serializable

Serialized Fields

authenticated

boolean authenticated

credentials

char[] credentials

user

String user

properties

Map<K,V> properties

Class org.mule.security.DefaultSecurityContext extends Object implements Serializable

serialVersionUID: -3209120471953147538L

Serialized Fields

authentication

Authentication authentication

Class org.mule.security.MuleCredentials extends Object implements Serializable

Serialized Fields

username

String username

password

char[] password

roles

Object roles

Package org.mule.service

Class org.mule.service.AbstractService extends Object implements Serializable

Serialized Fields

stats

ServiceStatistics stats

stopped

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean stopped
Determines if the service has been stopped


stopping

WaitableBoolean stopping
Determines whether stop has been called and is still in progress


initialised

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean initialised
Determines if the service has been initilised


model

Model model
The model in which this service is registered


paused

WaitableBoolean paused
Determines if the service has been paused


muleContext

MuleContext muleContext

exceptionListener

ExceptionListener exceptionListener
The exception strategy used by the service.


name

String name
The service's name


inboundRouter

InboundRouterCollection inboundRouter

outboundRouter

OutboundRouterCollection outboundRouter

responseRouter

ResponseRouterCollection responseRouter

initialState

String initialState
Determines the initial state of this service when the model starts. Can be 'stopped' or 'started' (default)


beyondInitialState

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicBoolean beyondInitialState
Indicates whether a service has passed its initial startup state.


component

Component component

Package org.mule.transaction

Class org.mule.transaction.IllegalTransactionStateException extends TransactionStatusException implements Serializable

serialVersionUID: -1062247038945694389L

Class org.mule.transaction.TransactionInProgressException extends TransactionStatusException implements Serializable

serialVersionUID: -6041127507191183323L

Class org.mule.transaction.TransactionNotInProgressException extends TransactionStatusException implements Serializable

serialVersionUID: -4825546092229025015L

Class org.mule.transaction.TransactionRollbackException extends TransactionException implements Serializable

serialVersionUID: -3247455113055556221L

Class org.mule.transaction.TransactionStatusException extends TransactionException implements Serializable

serialVersionUID: -2408368544426562868L


Package org.mule.transport

Class org.mule.transport.AbstractMessageAdapter extends Object implements Serializable

Serialized Fields

properties

MessagePropertiesContext properties
Scoped properties for this message


attachments

edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap attachments
Collection of attachments associatated with this message


exceptionPayload

ExceptionPayload exceptionPayload
If an excpetion occurs while processing this message an exception payload will be attached here


id

String id
The default UUID for the message. If the underlying transport has the notion of a message id, this uuid will be ignored

Class org.mule.transport.ConnectException extends LifecycleException implements Serializable

serialVersionUID: -7802483584780922653L

Class org.mule.transport.DefaultMessageAdapter extends AbstractMessageAdapter implements Serializable

serialVersionUID: 1908152148142575505L

Serialized Fields

message

Object message
The message object wrapped by this adapter

Class org.mule.transport.MessagePropertiesContext extends Object implements Serializable

serialVersionUID: -5230693402768953742L

Serialized Fields

scopedMap

Map<K,V> scopedMap
Map of maps containing the scoped properties, each scope has its own Map.


keySet

Set<E> keySet
The union of all property names from all scopes.


defaultScope

PropertyScope defaultScope

Class org.mule.transport.NullPayload extends Object implements Serializable

serialVersionUID: 3530905899811505080L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class org.mule.transport.WriterMessageAdapter extends AbstractMessageAdapter implements Serializable

serialVersionUID: -1065602752454818625L

Serialized Fields

writer

StringWriter writer

Package org.mule.transport.service

Class org.mule.transport.service.TransportFactoryException extends EndpointException implements Serializable

serialVersionUID: -4166766364690837213L

Class org.mule.transport.service.TransportServiceException extends TransportFactoryException implements Serializable

serialVersionUID: 5377271625492627661L

Class org.mule.transport.service.TransportServiceNotFoundException extends TransportFactoryException implements Serializable

serialVersionUID: -8321406750213654479L


Package org.mule.util

Class org.mule.util.CaseInsensitiveHashMap extends AbstractHashedMap implements Serializable

serialVersionUID: -7074633917369299456L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

Throws:
IOException

Class org.mule.util.MapCombiner extends Object implements Serializable

serialVersionUID: -6291404712112000383L

Serialized Fields

maxDepth

int maxDepth

list

List<E> list

cachedMerge

Map<K,V> cachedMerge

isMerged

boolean isMerged

Package org.mule.util.compression

Class org.mule.util.compression.CompressionException extends IOException implements Serializable

serialVersionUID: 8587532237749889185L


Package org.mule.util.concurrent

Class org.mule.util.concurrent.ConcurrentHashSet extends AbstractSet implements Serializable

serialVersionUID: 2454657854757543876L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

map

edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap map

Package org.mule.util.file

Class org.mule.util.file.DeleteException extends IOException implements Serializable

serialVersionUID: 6725758458721277194L


Package org.mule.util.timer

Class org.mule.util.timer.TimeEvent extends EventObject implements Serializable

serialVersionUID: -7540426406525372393L

Serialized Fields

name

String name
The event name


timeExpired

long timeExpired

Package org.mule.util.xa

Class org.mule.util.xa.ResourceManagerException extends MuleException implements Serializable

serialVersionUID: -2710661653314559260L

Class org.mule.util.xa.ResourceManagerSystemException extends ResourceManagerException implements Serializable

serialVersionUID: 1202058044460490597L



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.