Joram 5.0.6

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

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.ClusterQueue
All Implemented Interfaces:
fr.dyade.aaa.jndi2.soap.SoapObjectItf, java.io.Serializable, javax.jms.Destination, javax.jms.Queue, javax.naming.Referenceable, DestinationMBean

public class ClusterQueue
extends ClusterDestination
implements javax.jms.Queue

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
ClusterQueue()
          Constructs an empty queue.
ClusterQueue(java.util.Hashtable cluster)
          Constructs a cluster queue.
 
Method Summary
 java.lang.String getQueueName()
          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, setFreeReader, setFreeWriter, setReader, setWriter, toReference
 
Methods inherited from class org.objectweb.joram.client.jms.Destination
addReader, addWriter, delete, doCreate, equals, getAdminName, getDMQ, getDMQId, getReaderList, getReaders, getStatistic, getType, getWriterList, getWriters, isAssignableTo, isFreelyReadable, isFreelyWriteable, isQueue, newInstance, removeReader, removeWriter, setDMQ, setDMQId, setFreelyReadable, setFreelyWriteable, setFreeReading, setFreeWriting, 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

ClusterQueue

public ClusterQueue()
Constructs an empty queue.


ClusterQueue

public ClusterQueue(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.Queue
Overrides:
toString in class Destination
Returns:
A provider-specific identity values for this queue.

getQueueName

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

Specified by:
getQueueName in interface javax.jms.Queue
Throws:
javax.jms.JMSException - Actually never thrown.

Joram 5.0.6

Copyright © 2005 Scalagent - All rights reserved