org.apache.qpid.transport
Interface SessionListener

All Known Implementing Classes:
Session.DefaultSessionListener, ToyClient

public interface SessionListener

SessionListener


Method Summary
 void closed(Session session)
           
 void exception(Session session, SessionException exception)
           
 void message(Session ssn, MessageTransfer xfr)
           
 void opened(Session session)
           
 void resumed(Session session)
           
 

Method Detail

opened

void opened(Session session)

resumed

void resumed(Session session)

message

void message(Session ssn,
             MessageTransfer xfr)

exception

void exception(Session session,
               SessionException exception)

closed

void closed(Session session)


Licensed to the Apache Software Foundation