|
|||||||||
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.ClusterTopic
public class ClusterTopic
this is a sample.
Field Summary | |
---|---|
private static long |
serialVersionUID
define 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, CLUSTER_QUEUE, DEAD_MQUEUE, DISTRIBUTION_QUEUE, DISTRIBUTION_TOPIC, JMXBeanName, QUEUE, QUEUE_TYPE, SCHEDULER_QUEUE, TEMPORARY, TOPIC, TOPIC_TYPE |
Constructor Summary | |
---|---|
ClusterTopic()
Constructs an empty queue. |
|
ClusterTopic(java.util.Hashtable cluster)
Constructs a cluster queue. |
Method Summary | |
---|---|
java.lang.String |
getTopicName()
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, getType, setCluster, setFreeReading, setFreeWriting, setReader, setWriter, toReference |
Methods inherited from class org.objectweb.joram.client.jms.Destination |
---|
addReader, addWriter, check, checkId, delete, doCreate, doRequest, equals, getAdminName, getDMQ, getDMQId, getJMXBeanName, getReaderList, getReaders, getStatistic, getStatistics, getWrapper, getWriterList, getWriters, hashCode, isFreelyReadable, isFreelyWriteable, isQueue, isTopic, newInstance, registerMBean, removeReader, removeWriter, setDMQ, setDMQId, setFreelyReadable, setFreelyWriteable, setWrapper, toXml, unregisterMBean, 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, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public ClusterTopic()
public ClusterTopic(java.util.Hashtable cluster)
cluster
- Hashtable of the cluster agent destination.Method Detail |
---|
public java.lang.String toString()
toString
in interface javax.jms.Topic
toString
in class java.lang.Object
public java.lang.String getTopicName() throws javax.jms.JMSException
getTopicName
in interface javax.jms.Topic
javax.jms.JMSException
- Actually never thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |