|
Joram ${version} | |||||||||
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
Field Summary | |
protected java.util.Hashtable |
cluster
|
Fields inherited from class org.objectweb.joram.client.jms.Destination |
adminName, agentId |
Constructor Summary | |
ClusterDestination()
Constructs an empty cluster destination. |
|
ClusterDestination(java.util.Hashtable cluster)
Constructs a cluster destination. |
Method Summary | |
java.util.Hashtable |
code()
Codes a ClusterDestination as a Hashtable for
travelling through the SOAP protocol. |
void |
decode(java.util.Hashtable h)
|
boolean |
equals(java.lang.Object obj)
Returns true if the parameter object is a Joram
cluster destination wrapping the same agent identifier. |
java.util.Hashtable |
getCluster()
|
abstract Destination |
getDestination()
return the appropriate destination of cluster |
java.lang.String |
getName()
Returns the name of the destination. |
javax.naming.Reference |
getReference()
Sets the naming reference of a destination. |
void |
setCluster(java.util.Hashtable cluster)
|
Methods inherited from class org.objectweb.joram.client.jms.Destination |
addReader, addWriter, delete, doCreate, getAdminName, getDMQ, getReaderList, getReaders, getStatistic, getType, getWriterList, getWriters, isAssignableTo, isFreelyReadable, isFreelyWriteable, isQueue, newInstance, removeReader, removeWriter, setDMQ, setFreelyReadable, setFreelyWriteable, setFreeReading, setFreeWriting, setReader, setWriter, unsetFreeReading, unsetFreeWriting, unsetReader, unsetWriter |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable cluster
Constructor Detail |
public ClusterDestination(java.util.Hashtable cluster)
cluster
- Hashtable of the cluster agent destination.public ClusterDestination()
Method Detail |
public void setCluster(java.util.Hashtable cluster)
public abstract Destination getDestination()
public java.lang.String getName()
getName
in interface DestinationMBean
getName
in class Destination
public java.util.Hashtable getCluster()
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
getReference
in class Destination
javax.naming.NamingException
public boolean equals(java.lang.Object obj)
true
if the parameter object is a Joram
cluster destination wrapping the same agent identifier.
equals
in class Destination
public java.util.Hashtable code()
ClusterDestination
as a Hashtable for
travelling through the SOAP protocol.
code
in interface fr.dyade.aaa.jndi2.soap.SoapObjectItf
code
in class Destination
public void decode(java.util.Hashtable h)
decode
in interface fr.dyade.aaa.jndi2.soap.SoapObjectItf
decode
in class Destination
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |