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