org.objectweb.joram.client.jms.admin
Class ClusterDestination
- javax.jms.Destination, javax.naming.Referenceable, java.io.Serializable, SoapObjectItf
public abstract class ClusterDestination
- Serialized Form
Hashtable | code() - Codes a
ClusterDestination as a Hashtable for
travelling through the SOAP protocol.
|
boolean | equals(Object obj) - Returns
true if the parameter object is a Joram
cluster destination wrapping the same agent identifier.
|
Hashtable | getCluster()
|
Destination | getDestination() - return the appropriate destination of cluster
|
String | getName() - Returns the name of the destination.
|
Reference | getReference() - Sets the naming reference of a destination.
|
void | init(Hashtable cluster)
|
code , delete , doCreate , equals , getAdminName , getDMQ , getName , getReaders , getReference , getWriters , isFreelyReadable , isFreelyWriteable , isQueue , setDMQ , setFreeReading , setFreeWriting , setReader , setWriter , unsetFreeReading , unsetFreeWriting , unsetReader , unsetWriter |
cluster
protected Hashtable cluster
ClusterDestination
public ClusterDestination()
Constructs an empty cluster destination.
ClusterDestination
public ClusterDestination(Hashtable cluster)
Constructs a cluster destination.
cluster
- Hashtable of the cluster agent destination.
code
public Hashtable code()
Codes a ClusterDestination
as a Hashtable for
travelling through the SOAP protocol.
- code in interface SoapObjectItf
- code in interface Destination
equals
public boolean equals(Object obj)
Returns true
if the parameter object is a Joram
cluster destination wrapping the same agent identifier.
- equals in interface Destination
getCluster
public Hashtable getCluster()
getDestination
public Destination getDestination()
return the appropriate destination of cluster
getName
public String getName()
Returns the name of the destination.
- getName in interface Destination
getReference
public Reference getReference()
throws NamingException
Sets the naming reference of a destination.
- getReference in interface Destination
init
public void init(Hashtable cluster)
Copyright B) 2004 Scalagent - All rights reserved