|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An AcceptorEventListener
is an object that registers to
receive events generated by a ManagedConnectionAcceptor
ConnectionAcceptor
Method Summary | |
void |
closed(ManagedConnectionAcceptor acceptor)
Invoked when a connection acceptor is closed |
void |
error(ManagedConnectionAcceptor acceptor,
java.lang.Exception exception)
Invoked when a fatal connection acceptor error occurs, just before an Exception is thrown to the application |
Method Detail |
public void closed(ManagedConnectionAcceptor acceptor)
acceptor
- the closed connection acceptorpublic void error(ManagedConnectionAcceptor acceptor, java.lang.Exception exception)
Exception
is thrown to the application
acceptor
- the connection the error occurred onexception
- the error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |