|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.http.admin.AbstractServerListener
A class to listen for server start and shutdown events.
Constructor Summary | |
AbstractServerListener()
|
Method Summary | |
void |
beforeServerShutdown(ServerEvent event)
Received before the server shuts down, but after the tcp sockets have closed. |
void |
serverStart(ServerEvent event)
Received after the server starts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractServerListener()
Method Detail |
public void serverStart(ServerEvent event)
public void beforeServerShutdown(ServerEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |