|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Monitor used to monitor events in the AcceptorManager.
Method Summary | |
void |
acceptorClosing(String name,
ServerSocket serverSocket)
About to close down acceptor and stop listening for connections. |
void |
acceptorCreated(String name,
ServerSocket serverSocket)
Aceptor create with name for specified socket. |
void |
errorAcceptingConnection(String name,
IOException ioe)
There was an error accepting client connections. |
void |
errorClosingServerSocket(String name,
IOException ioe)
There was an error closing server socket. |
void |
serverSocketListening(String name,
ServerSocket serverSocket)
Listening for connection attempts in acceptor. |
Method Detail |
public void acceptorCreated(String name, ServerSocket serverSocket)
name
- the acceptor nameserverSocket
- the socketpublic void acceptorClosing(String name, ServerSocket serverSocket)
name
- the acceptor nameserverSocket
- the socketpublic void serverSocketListening(String name, ServerSocket serverSocket)
name
- the acceptor nameserverSocket
- the socketpublic void errorAcceptingConnection(String name, IOException ioe)
name
- the name of acceptorioe
- the exceptionpublic void errorClosingServerSocket(String name, IOException ioe)
name
- the name of acceptorioe
- the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |