org.apache.qpid
Class ToyClient

java.lang.Object
  extended by org.apache.qpid.ToyClient
All Implemented Interfaces:
SessionListener

 class ToyClient
extends Object
implements SessionListener

ToyClient


Constructor Summary
ToyClient()
           
 
Method Summary
 void closed(Session ssn)
           
 void exception(Session ssn, SessionException exc)
           
static void main(String[] args)
           
 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

ToyClient

ToyClient()
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

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