|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetDestinationsRep
A Monitor_GetDestinationsRep
instance replies to a get
destinations monitoring request, and holds the destinations on a given
server.
Constructor Summary | |
Monitor_GetDestinationsRep()
|
Method Summary | |
void |
addDeadMQueue(java.lang.String id)
Adds a dead message queue identifier to the reply. |
void |
addQueue(java.lang.String id)
Adds a queue identifier to the reply. |
void |
addTopic(java.lang.String id)
Adds a topic identifier to the reply. |
java.util.Vector |
getDeadMQueues()
Returns the dmqs identifiers. |
java.lang.String |
getName(java.lang.String id)
Returns a destination name. |
java.util.Vector |
getQueues()
Returns the queues identifiers. |
java.util.Vector |
getTopics()
Returns the topics identifiers. |
void |
setNames(java.util.Hashtable names)
Sets destinations' names, if any. |
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply |
getInfo, getReplyObject, succeeded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Monitor_GetDestinationsRep()
Method Detail |
public void addQueue(java.lang.String id)
public void addDeadMQueue(java.lang.String id)
public void addTopic(java.lang.String id)
public void setNames(java.util.Hashtable names)
public java.util.Vector getQueues()
public java.util.Vector getDeadMQueues()
public java.util.Vector getTopics()
public java.lang.String getName(java.lang.String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |