Class ClusterQueue
- java.lang.Object
-
- org.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
-
- All Implemented Interfaces:
Serializable,Destination,Queue,Referenceable,DestinationMBean
public class ClusterQueue extends ClusterDestination implements Queue
Clustered queue.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class org.objectweb.joram.client.jms.admin.ClusterDestination
cluster
-
Fields inherited from class org.objectweb.joram.client.jms.Destination
ACQUISITION_QUEUE, ACQUISITION_TOPIC, adminName, agentId, ALIAS_QUEUE, CLUSTER_QUEUE, DEAD_MQUEUE, DISTRIBUTION_QUEUE, DISTRIBUTION_TOPIC, FTP_QUEUE, JMXBeanName, QUEUE, QUEUE_TYPE, SCHEDULER_QUEUE, TEMPORARY, TOPIC, TOPIC_TYPE
-
Fields inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject
rand
-
-
Constructor Summary
Constructors Constructor Description ClusterQueue()Constructs an empty cluster queue.ClusterQueue(Hashtable cluster)Constructs a cluster queue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQueueName()API method.StringtoString()Returns a String image of the cluster queue.-
Methods inherited from class org.objectweb.joram.client.jms.admin.ClusterDestination
addDestination, addDestination, fromReference, getCluster, getDestination, getName, getType, setCluster, setFreeReading, setFreeWriting, setReader, setWriter, toReference
-
Methods inherited from class org.objectweb.joram.client.jms.Destination
addInterceptor, addInterceptors, addReader, addWriter, check, checkId, delete, doCreate, equals, getAdminName, getDMQ, getDMQId, getInterceptors, getJMXBeanName, getReaderList, getReaders, getStatistic, getStatistics, getStatistics, getWrapper, getWriterList, getWriters, hashCode, isFreelyReadable, isFreelyWriteable, isQueue, isTopic, newInstance, registerMBean, removeInterceptors, removeReader, removeWriter, replaceInterceptor, replaceInterceptor, scale, setDMQ, setDMQId, setFreelyReadable, setFreelyWriteable, setProperties, setWrapper, toXml, unregisterMBean, unsetFreeReading, unsetFreeWriting, unsetReader, unsetWriter
-
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject
getReference
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClusterQueue
public ClusterQueue()
Constructs an empty cluster queue.
-
ClusterQueue
public ClusterQueue(Hashtable cluster)
Constructs a cluster queue.- Parameters:
cluster- Hashtable of the cluster agent destination.
-
-
Method Detail
-
toString
public String toString()
Returns a String image of the cluster queue.
-
getQueueName
public String getQueueName() throws JMSException
API method.- Specified by:
getQueueNamein interfaceQueue- Throws:
JMSException- Actually never thrown.
-
-