public interface ServerProcessListener| Modifier and Type | Method and Description |
|---|---|
long | getRemainingStartTime(ClientSessionManager csm, int restartType)Gets the time in milliseconds before a start of the server is possible. |
long | getRemainingStopTime(ClientSessionManager csm, int restartType)Gets the time in milliseconds before a stop of the server is possible. |
void | onStart(ClientSessionManager csm, int restartType)Called just after all the Connectors are loaded and when the server is about to start. |
void | onStarted(ClientSessionManager csm, int restartType)Called when the server has completed all the startup jobs and is in ready state. |
void | onStop(ClientSessionManager csm, int restartType)Called when the server is about to initiate the stop process. |
void | onStopped(ClientSessionManager csm, int restartType)Called when the server has reached the full stop state and will unload all connectors. |
void onStart(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process,long getRemainingStartTime(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process,void onStarted(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process,void onStop(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process.long getRemainingStopTime(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process,void onStopped(ClientSessionManager csm, int restartType)
csm - The ClientSessionManager instance.restartType - Value indicating the restart type of the server process.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.