org.apache.qpid.example.pubsub
Class Client
java.lang.Object
org.apache.qpid.example.pubsub.Client
- Direct Known Subclasses:
- Publisher, Subscriber
public abstract class Client
- extends Object
An abstract base class that wraps up the creation of a JMS client utilising JNDI
Method Summary |
abstract void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_setup
protected ConnectionSetup _setup
_connection
protected Connection _connection
_destination
protected Destination _destination
_session
protected Session _session
Client
public Client(String destination)
start
public abstract void start()
Licensed to the Apache Software Foundation