|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedConnectionAcceptorListener
A listener for ManagedConnectionAcceptor
events.
Method Summary | |
---|---|
void |
accepted(ManagedConnectionAcceptor acceptor,
ManagedConnection connection)
Invoked when a new connection is accepted. |
void |
error(ManagedConnectionAcceptor acceptor,
java.lang.Throwable throwable)
Invoked when the acceptor receives an error. |
Method Detail |
---|
void accepted(ManagedConnectionAcceptor acceptor, ManagedConnection connection)
acceptor
- the acceptor which received the connectionconnection
- the accepted connectionvoid error(ManagedConnectionAcceptor acceptor, java.lang.Throwable throwable)
acceptor
- the acceptor generating the eventthrowable
- the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |