| clime.messadmin.providers.spi.ServerLifeCycleProvider
ServerLifeCycleProvider | public interface ServerLifeCycleProvider extends BaseProvider(Code) | | Note: the invocation order of Providers is reversed in case of session/application destruction.
author: Cédrik LIME |
Method Summary | |
public void | serverDestroyed() Notification that the server is about to be shut down. | public void | serverInitialized() Notification that the server initialization
process is starting. |
serverDestroyed | public void serverDestroyed()(Code) | | Notification that the server is about to be shut down.
|
serverInitialized | public void serverInitialized()(Code) | | Notification that the server initialization
process is starting.
|
|
|