org.apache.qpid.transport
Class Session.DefaultSessionListener
java.lang.Object
org.apache.qpid.transport.Session.DefaultSessionListener
- All Implemented Interfaces:
- SessionListener
- Enclosing class:
- Session
static class Session.DefaultSessionListener
- extends Object
- implements SessionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Session.DefaultSessionListener
Session.DefaultSessionListener()
opened
public void opened(Session ssn)
- Specified by:
opened
in interface SessionListener
resumed
public void resumed(Session ssn)
- Specified by:
resumed
in interface SessionListener
message
public void message(Session ssn,
MessageTransfer xfr)
- Specified by:
message
in interface SessionListener
exception
public void exception(Session ssn,
SessionException exc)
- Specified by:
exception
in interface SessionListener
closed
public void closed(Session ssn)
- Specified by:
closed
in interface SessionListener
Licensed to the Apache Software Foundation