Joram 4.3.32

org.objectweb.joram.client.jms.admin
Class ClusterTopic

java.lang.Object
  extended by org.objectweb.joram.client.jms.admin.AdministeredObject
      extended by org.objectweb.joram.client.jms.Destination
          extended by org.objectweb.joram.client.jms.admin.ClusterDestination
              extended by org.objectweb.joram.client.jms.admin.ClusterTopic
All Implemented Interfaces:
fr.dyade.aaa.jndi2.soap.SoapObjectItf, java.io.Serializable, javax.jms.Destination, javax.jms.Topic, javax.naming.Referenceable, DestinationMBean

public class ClusterTopic
extends ClusterDestination
implements javax.jms.Topic

this is a sample.

See Also:
Serialized Form

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, DEAD_MQUEUE, MAIL_QUEUE, MAIL_TOPIC, QUEUE, SCHEDULER_QUEUE, TOPIC
 
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, setCluster, setFreeReading, setFreeWriting, setReader, setWriter, toReference
 
Methods inherited from class org.objectweb.joram.client.jms.Destination
addReader, addWriter, delete, doCreate, equals, getAdminName, getDMQ, getReaderList, getReaders, getStatistic, getType, getWriterList, getWriters, isAssignableTo, isFreelyReadable, isFreelyWriteable, isQueue, newInstance, removeReader, removeWriter, setDMQ, setFreelyReadable, setFreelyWriteable, toXml, 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, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterTopic

public ClusterTopic()
Constructs an empty queue.


ClusterTopic

public ClusterTopic(java.util.Hashtable cluster)
Constructs a cluster queue.

Parameters:
cluster - Hashtable of the cluster agent destination.
Method Detail

toString

public java.lang.String toString()
Returns a String image of the cluster queue.

Specified by:
toString in interface javax.jms.Topic
Overrides:
toString in class Destination
Returns:
A provider-specific identity values for this queue.

getTopicName

public java.lang.String getTopicName()
                              throws javax.jms.JMSException
API method.

Specified by:
getTopicName in interface javax.jms.Topic
Throws:
javax.jms.JMSException - Actually never thrown.

Joram 4.3.32

Copyright © 2005 Scalagent - All rights reserved