|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISrvAppServerStopper
The interface through which the application manager shuts down the server
Method Summary | |
---|---|
void |
stop()
Stop the server synchronously. |
void |
stop(boolean sync)
Stop the server. |
Method Detail |
---|
void stop()
This method is the same as calling stop(true)
.
void stop(boolean sync)
sync
- whether the stop call should block until server is stopped
The caller must ensure that this value is false if running from a thread
which must be joined during server stop.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |