|
Joram 5.3.1 | ||||||||
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.Topic
org.objectweb.joram.client.jms.TemporaryTopic
public class TemporaryTopic
Implements the javax.jms.TemporaryTopic
interface.
Field Summary |
---|
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, logger, MAIL_QUEUE, MAIL_TOPIC, MONITORING_QUEUE, MONITORING_TOPIC, QUEUE, QUEUE_TYPE, SCHEDULER_QUEUE, TEMPORARY, TOPIC, TOPIC_TYPE |
Constructor Summary | |
---|---|
TemporaryTopic()
|
|
TemporaryTopic(java.lang.String agentId,
Connection cnx)
Constructs a temporary topic. |
Method Summary | |
---|---|
void |
delete()
API method. |
java.lang.String |
toString()
Returns a String image of the topic. |
Methods inherited from class org.objectweb.joram.client.jms.Topic |
---|
addClusteredTopic, create, create, create, create, create, create, create, createTopic, getClusterFellows, getHierarchicalFather, getSubscriberIds, getSubscriptions, getTopicName, removeFromCluster, setParent, unsetParent |
Methods inherited from class org.objectweb.joram.client.jms.Destination |
---|
addReader, addWriter, check, checkId, code, decode, doCreate, doRequest, equals, fromReference, getAdminName, getDMQ, getDMQId, getJMXBeanName, getName, getReaderList, getReaders, getStatistic, getStatistics, getType, getWrapper, getWriterList, getWriters, hashCode, isFreelyReadable, isFreelyWriteable, isQueue, isTopic, newInstance, registerMBean, removeReader, removeWriter, setDMQ, setDMQId, setFreelyReadable, setFreelyWriteable, setFreeReading, setFreeWriting, setReader, setWrapper, setWriter, toReference, 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 |
Methods inherited from interface javax.jms.Topic |
---|
getTopicName |
Methods inherited from interface org.objectweb.joram.client.jms.DestinationMBean |
---|
addReader, addWriter, getAdminName, getDMQId, getName, getReaderList, getStatistic, getStatistics, getWriterList, isFreelyReadable, isFreelyWriteable, isQueue, isTopic, removeReader, removeWriter, setDMQId, setFreelyReadable, setFreelyWriteable |
Constructor Detail |
---|
public TemporaryTopic()
public TemporaryTopic(java.lang.String agentId, Connection cnx)
agentId
- Identifier of the topic agent.cnx
- The connection the queue belongs to, null
if
not known.Method Detail |
---|
public java.lang.String toString()
toString
in interface javax.jms.Topic
toString
in class Topic
public void delete() throws javax.jms.JMSException
delete
in interface javax.jms.TemporaryTopic
delete
in interface DestinationMBean
delete
in class Destination
java.lang.IllegalStateException
- If the connection is closed or broken.
javax.jms.JMSException
- If the request fails for any other reason.
|
Joram 5.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |