|
Joram 4.3.32 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.Destination
org.objectweb.joram.client.jms.admin.ClusterDestination
org.objectweb.joram.client.jms.admin.ClusterQueue
public class ClusterQueue
this is a sample.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.ClusterDestination |
---|
cluster |
Fields inherited from class org.objectweb.joram.client.jms.Destination |
---|
adminName, agentId, BRIDGE_QUEUE, BRIDGE_TOPIC, CLUSTER_QUEUE, DEAD_MQUEUE, MAIL_QUEUE, MAIL_TOPIC, QUEUE, SCHEDULER_QUEUE, TOPIC |
Constructor Summary | |
---|---|
ClusterQueue()
Constructs an empty queue. |
|
ClusterQueue(java.util.Hashtable cluster)
Constructs a cluster queue. |
Method Summary | |
---|---|
java.lang.String |
getQueueName()
API method. |
java.lang.String |
toString()
Returns a String image of the cluster queue. |
Methods inherited from class org.objectweb.joram.client.jms.admin.ClusterDestination |
---|
addDestination, addDestination, code, decode, fromReference, getCluster, getDestination, getName, setCluster, setFreeReading, setFreeWriting, setReader, setWriter, toReference |
Methods inherited from class org.objectweb.joram.client.jms.Destination |
---|
addReader, addWriter, delete, doCreate, equals, getAdminName, getDMQ, getReaderList, getReaders, getStatistic, getType, getWriterList, getWriters, isAssignableTo, isFreelyReadable, isFreelyWriteable, isQueue, newInstance, removeReader, removeWriter, setDMQ, setFreelyReadable, setFreelyWriteable, toXml, unsetFreeReading, unsetFreeWriting, unsetReader, unsetWriter |
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject |
---|
getReference |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterQueue()
public ClusterQueue(java.util.Hashtable cluster)
cluster
- Hashtable of the cluster agent destination.Method Detail |
---|
public java.lang.String toString()
toString
in interface javax.jms.Queue
toString
in class Destination
public java.lang.String getQueueName() throws javax.jms.JMSException
getQueueName
in interface javax.jms.Queue
javax.jms.JMSException
- Actually never thrown.
|
Joram 4.3.32 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |