Package org.ow2.joram.jakarta.jms.admin
Class ClusterTopic
- java.lang.Object
-
- org.ow2.joram.jakarta.jms.admin.AdministeredObject
-
- org.ow2.joram.jakarta.jms.Destination
-
- org.ow2.joram.jakarta.jms.admin.ClusterDestination
-
- org.ow2.joram.jakarta.jms.admin.ClusterTopic
-
- All Implemented Interfaces:
jakarta.jms.Destination,jakarta.jms.Topic,Serializable,Referenceable,DestinationMBean
public class ClusterTopic extends ClusterDestination implements jakarta.jms.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.ow2.joram.jakarta.jms.admin.ClusterDestination
cluster
-
Fields inherited from class org.ow2.joram.jakarta.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.ow2.joram.jakarta.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.ow2.joram.jakarta.jms.admin.ClusterDestination
addDestination, addDestination, fromReference, getCluster, getDestination, getName, getType, setCluster, setFreeReading, setFreeWriting, setReader, setWriter, toReference
-
Methods inherited from class org.ow2.joram.jakarta.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.ow2.joram.jakarta.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.
-
-