static EventTypes<DeploymentContext> |
Deployment.AFTER_APPLICATION_CLASSLOADER_CREATION |
This synchronous event is sent after creation of application classloader.
|
static EventTypes<DeploymentContext> |
Deployment.AFTER_DEPLOYMENT_CLASSLOADER_CREATION |
This synchronous event is sent after creation of deployment classloader.
|
static EventTypes<DeploymentContext> |
Deployment.ALL_APPLICATIONS_LOADED |
triggered when all applications are loaded, but not yet initialized
Useful to find out when all classes are available in the class loader
|
static EventTypes<DeploymentContext> |
Deployment.ALL_APPLICATIONS_PROCESSED |
The following asynchronous event is sent after all applications are
started in server start up.
|
static EventTypes<DeploymentContext> |
Deployment.ALL_APPLICATIONS_STOPPED |
All applications are now stopped / unloaded in the process of server shutdown
|
static EventTypes<DeploymentContext> |
Deployment.APPLICATION_CLEANED |
|
static EventTypes<ApplicationInfo> |
Deployment.APPLICATION_DISABLED |
|
static EventTypes<ApplicationInfo> |
Deployment.APPLICATION_LOADED |
|
static EventTypes<DeploymentContext> |
Deployment.APPLICATION_PREPARED |
The following synchronous events are sent after each change in an application stated (An application contains
1 to many modules)
|
static EventTypes<ApplicationInfo> |
Deployment.APPLICATION_STARTED |
|
static EventTypes<ApplicationInfo> |
Deployment.APPLICATION_STOPPED |
|
static EventTypes<ApplicationInfo> |
Deployment.APPLICATION_UNLOADED |
|
static EventTypes<DeploymentContext> |
Deployment.DEPLOYMENT_BEFORE_CLASSLOADER_CREATION |
This synchronous event is sent before prepare phase of deployment.
|
static EventTypes<ApplicationInfo> |
Deployment.DEPLOYMENT_COMMAND_FINISH |
This synchronous event is sent at the end of deployment command process
|
static EventTypes<DeploymentContext> |
Deployment.DEPLOYMENT_FAILURE |
This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application)
failed.
|
static EventTypes<DeploymentContext> |
Deployment.DEPLOYMENT_START |
This synchronous event is sent when a new deployment or loading of an already deployed application start.
|
static EventTypes<ApplicationInfo> |
Deployment.DEPLOYMENT_SUCCESS |
This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application)
succeeded.
|
static EventTypes<ApplicationInfo> |
Deployment.DISABLE_START |
This event is thrown before the STOP deployment phase, notably from the disable and undeploy asadmin commands.
|
static EventTypes<DeploymentContext> |
Deployment.INITIAL_CONTEXT_CREATED |
This synchronous event is sent right after initial deployment context is created
|
static EventTypes<DeploymentContext> |
Deployment.MODULE_CLEANED |
|
static EventTypes<ModuleInfo> |
Deployment.MODULE_LOADED |
|
static EventTypes<DeploymentContext> |
Deployment.MODULE_PREPARED |
The following synchronous events are sent after each change in a module state.
|
static EventTypes<ModuleInfo> |
Deployment.MODULE_STARTED |
|
static EventTypes<ModuleInfo> |
Deployment.MODULE_STOPPED |
|
static EventTypes<ModuleInfo> |
Deployment.MODULE_UNLOADED |
|
static EventTypes<DeploymentContext> |
Deployment.UNDEPLOYMENT_FAILURE |
This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application)
failed.
|
static EventTypes<ApplicationInfo> |
Deployment.UNDEPLOYMENT_START |
This asynchronous event is sent when a new deployment or loading of an already deployed application start.
|
static EventTypes<DeploymentContext> |
Deployment.UNDEPLOYMENT_SUCCESS |
This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application)
succeeded.
|
static EventTypes<DeploymentContext> |
Deployment.UNDEPLOYMENT_VALIDATION |
The following synchronous event is sent before the application is
undeployed so various listeners could validate the undeploy operation
and decide whether to abort undeployment
|