|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Destination | |
---|---|
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.client.jms.admin | The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
Uses of Destination in org.objectweb.joram.client.jms |
---|
Subclasses of Destination in org.objectweb.joram.client.jms | |
---|---|
class |
Queue
Implements the javax.jms.Queue interface and provides
Joram specific administration and monitoring methods. |
class |
TemporaryQueue
Implements the javax.jms.TemporaryQueue interface. |
class |
TemporaryTopic
Implements the javax.jms.TemporaryTopic interface. |
class |
Topic
Implements the javax.jms.Topic interface and provides
Joram specific administration and monitoring methods. |
Fields in org.objectweb.joram.client.jms declared as Destination | |
---|---|
protected Destination |
MessageProducer.dest
The destination the producer sends messages to. |
protected Destination |
MessageConsumer.dest
The destination the consumer gets its messages from. |
Methods in org.objectweb.joram.client.jms that return Destination | |
---|---|
static Destination |
Destination.newInstance(java.lang.String id,
java.lang.String name,
byte type)
|
Methods in org.objectweb.joram.client.jms with parameters of type Destination | |
---|---|
protected void |
Destination.doCreate(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties props,
Destination dest,
byte type)
Administration method creating or retrieving a destination with a given name on a given server, and returning its identifier. |
static java.lang.String |
Destination.getJMXBeanName(java.lang.String base,
Destination dest)
|
Uses of Destination in org.objectweb.joram.client.jms.admin |
---|
Subclasses of Destination in org.objectweb.joram.client.jms.admin | |
---|---|
class |
ClusterDestination
A base class for clustered destinations. |
class |
ClusterQueue
this is a sample. |
class |
ClusterTopic
this is a sample. |
class |
DeadMQueue
Deprecated. Since Joram 5.2.2 the DeadMQueue is a simply a Queue. |
Methods in org.objectweb.joram.client.jms.admin that return Destination | |
---|---|
Destination |
AdminWrapper.createQueue(int serverId,
java.lang.String name)
Creates or retrieves a queue destination on a given JORAM server. |
Destination |
AdminWrapper.createQueue(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a queue destination on a given JORAM server. |
static Destination |
AdminModule.createQueue(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a queue destination on a given JORAM server. |
Destination |
AdminWrapper.createQueue(java.lang.String name)
Creates or retrieves a queue destination on a given JORAM server. |
Destination |
AdminWrapper.createTopic(int serverId,
java.lang.String name)
Creates or retrieves a topic destination on a given JORAM server. |
Destination |
AdminWrapper.createTopic(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a topic destination on a given JORAM server. |
static Destination |
AdminModule.createTopic(int serverId,
java.lang.String name,
java.lang.String className,
java.util.Properties prop)
Creates or retrieves a topic destination on a given JORAM server. |
Destination |
AdminWrapper.createTopic(java.lang.String name)
Creates or retrieves a topic destination on the underlying JORAM server. |
protected Destination |
ClusterDestination.getDestination()
return the appropriate destination of cluster |
Destination[] |
AdminWrapper.getDestinations()
Returns the list of all destinations that exist on the local server. |
static Destination[] |
AdminModule.getDestinations()
Returns the list of all destinations that exist on the local server, or null if none exist. |
Destination[] |
AdminWrapper.getDestinations(int serverId)
Returns the list of all destinations that exist on a given server. |
static Destination[] |
AdminModule.getDestinations(int serverId)
Returns the list of all destinations that exist on a given server, or null if none exist. |
Methods in org.objectweb.joram.client.jms.admin with parameters of type Destination | |
---|---|
void |
ClusterDestination.addDestination(Destination dest)
Adds a destination to the cluster. |
void |
ClusterDestination.addDestination(java.lang.String location,
Destination dest)
Adds a destination to the cluster with the specified location key. |
static void |
AdminHelper.setQueueCluster(Destination clusterQueue,
Queue joiningQueue)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |