Class ClusterTopic
- 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.ClusterTopic
-
- All Implemented Interfaces:
Serializable,Destination,Topic,Referenceable,DestinationMBean
public class ClusterTopic extends ClusterDestination implements Topic
Clustered topic.- 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 ClusterTopic()Constructs an empty cluster topic.ClusterTopic(Hashtable cluster)Constructs a cluster topic.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTopicName()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
-
ClusterTopic
public ClusterTopic()
Constructs an empty cluster topic.
-
ClusterTopic
public ClusterTopic(Hashtable cluster)
Constructs a cluster topic.- Parameters:
cluster- Hashtable of the cluster agent destination.
-
-
Method Detail
-
toString
public String toString()
Returns a String image of the cluster queue.
-
getTopicName
public String getTopicName() throws JMSException
API method.- Specified by:
getTopicNamein interfaceTopic- Throws:
JMSException- Actually never thrown.
-
-