|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiplexerListener
Listener for Multiplexer
events.
Method Summary | |
---|---|
void |
closed()
Invoked when the connection is closed by the peer. |
void |
error(java.lang.Throwable error)
Invoked when an error occurs on the multiplexer. |
void |
pinged(int token)
Notifies of a successful ping. |
void |
request(org.exolab.jms.net.multiplexer.Channel channel)
Invoked for an invocation request. |
Method Detail |
---|
void request(org.exolab.jms.net.multiplexer.Channel channel)
channel
- the channel the invocation is onvoid closed()
void error(java.lang.Throwable error)
error
- the errorvoid pinged(int token)
token
- the token sent in the ping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |