Class | Description |
---|---|
AbstractServerInterceptor |
Extend this class and annotate your class with one or more of the following annotations to write any interceptors
for the UltraESB server lifecycle.
|
ServerEvent |
The server event that encapsulates the server configuration and the associated event properties
|
Enum | Description |
---|---|
LifecycleEventType |
The lifecycle type enumeration describing the nature of the server lifecycle event
|
Annotation Type | Description |
---|---|
AfterInitialize |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control after the server has been initialized. |
AfterShutdown |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control after the server has been shutdown. |
AfterStart |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control after the server has been started. |
AfterStop |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control after the server has been stopped. |
BeforeInitialize |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control before initializing the server. |
BeforeListening |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on the server just before starting to accept messages. |
BeforeShutdown |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control before shutting down the server. |
BeforeStart |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control before starting the server. |
BeforeStop |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control before stopping the server. |
OnRestartRequest |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on a server restart request. |
OnServerReady |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on the server ready to accept messages. |
OnServerRefresh |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on the server refresh activity. |
OnShutdownRequest |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on a server shutdown request. |
OnStartupRequest |
Use this annotation to annotate a
AbstractServerInterceptor implementation with an optional order to receive
control on a server startup request. |
Copyright © 2010–2016 AdroitLogic. All rights reserved.