org.apache.qpid.transport
Class Session.DefaultSessionListener

java.lang.Object
  extended by org.apache.qpid.transport.Session.DefaultSessionListener
All Implemented Interfaces:
SessionListener
Enclosing class:
Session

static class Session.DefaultSessionListener
extends Object
implements SessionListener


Constructor Summary
Session.DefaultSessionListener()
           
 
Method Summary
 void closed(Session ssn)
           
 void exception(Session ssn, SessionException exc)
           
 void message(Session ssn, MessageTransfer xfr)
           
 void opened(Session ssn)
           
 void resumed(Session ssn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session.DefaultSessionListener

Session.DefaultSessionListener()
Method Detail

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