|
Joram 5.3.0 | ||||||||
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 |
---|
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, COLLECTOR_QUEUE, COLLECTOR_TOPIC, DEAD_MQUEUE, JMXBeanName, MAIL_QUEUE, MAIL_TOPIC, MONITORING_QUEUE, MONITORING_TOPIC, 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 |
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.
|
Joram 5.3.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |