| Modifier and Type | Field and Description |
|---|---|
static EventTypes<WebBundleDescriptor> |
WebBundleDescriptor.AFTER_SERVLET_CONTEXT_INITIALIZED_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static List<EventTypes> |
SecurityDeployer.getDeploymentEvents() |
| Modifier and Type | Field and Description |
|---|---|
static EventTypes |
HazelcastEvents.HAZELCAST_BOOTSTRAP_COMPLETE |
static EventTypes |
HazelcastEvents.HAZELCAST_GENERATED_NAME_CHANGE |
static EventTypes |
HazelcastEvents.HAZELCAST_SHUTDOWN_COMPLETE |
static EventTypes |
HazelcastEvents.HAZELCAST_SHUTDOWN_STARTED |
| Modifier and Type | Field and Description |
|---|---|
static EventTypes |
RequestTracingEvents.STORE_FULL |
| Modifier and Type | Field and Description |
|---|---|
static EventTypes |
EventTypes.PREPARE_SHUTDOWN |
static EventTypes |
EventTypes.SERVER_READY |
static EventTypes |
EventTypes.SERVER_SHUTDOWN |
static EventTypes |
EventTypes.SERVER_STARTUP |
| Modifier and Type | Method and Description |
|---|---|
static EventTypes |
EventTypes.create(String name) |
static <T> EventTypes<T> |
EventTypes.create(String name,
Class<T> hookType) |
EventTypes<T> |
EventListener.Event.type() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventListener.Event.is(EventTypes<?> type) |
| Constructor and Description |
|---|
Event(EventTypes<T> type) |
Event(EventTypes<T> type,
T hook) |
| Modifier and Type | Field and Description |
|---|---|
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<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<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
|
Copyright © 2019. All rights reserved.