Package | Description |
---|---|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.lifecycle | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
class |
DisposeException
DisposeException TODO (document class) |
class |
FatalException
FatalException can be thrown during initialisation or during
execution to indicate that something fatal has occurred and the MuleManager must
shutdown. |
class |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
class |
RecoverableException
RecoverableException can be thrown during initialisation to
indicate that the error occurred is not fatal and a reactive action can be
performed to try and remedy the error. |
class |
StartException
DisposeException TODO (document class) |
class |
StopException
DisposeException TODO (document class) |
Modifier and Type | Method and Description |
---|---|
void |
LifecyclePhase.applyLifecycle(Object o) |
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationManager.start(WorkManager workManager,
javax.resource.spi.work.WorkListener workListener) |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyInitialisedException
AlreadyInitialisedException is thrown when a service or connector
has already been initialised. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLifecyclePhase.applyLifecycle(Object o) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectException
TODO document
|
class |
FatalConnectException
TODO document
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.