org.objectweb.joram.shared.admin
Class Monitor_GetDestinationsRep
- java.io.Serializable
public class Monitor_GetDestinationsRep
A Monitor_GetDestinationsRep
instance replies to a get
destinations monitoring request, and holds the destinations on a given
server.
- Serialized Form
void | addDeadMQueue(String id) - Adds a dead message queue identifier to the reply.
|
void | addQueue(String id) - Adds a queue identifier to the reply.
|
void | addTopic(String id) - Adds a topic identifier to the reply.
|
Vector | getDeadMQueues() - Returns the dmqs identifiers.
|
String | getName(String id) - Returns a destination name.
|
Vector | getQueues() - Returns the queues identifiers.
|
Vector | getTopics() - Returns the topics identifiers.
|
void | setNames(Hashtable names) - Sets destinations' names, if any.
|
addDeadMQueue
public void addDeadMQueue(String id)
Adds a dead message queue identifier to the reply.
addQueue
public void addQueue(String id)
Adds a queue identifier to the reply.
addTopic
public void addTopic(String id)
Adds a topic identifier to the reply.
getDeadMQueues
public Vector getDeadMQueues()
Returns the dmqs identifiers.
getName
public String getName(String id)
Returns a destination name.
getQueues
public Vector getQueues()
Returns the queues identifiers.
getTopics
public Vector getTopics()
Returns the topics identifiers.
setNames
public void setNames(Hashtable names)
Sets destinations' names, if any.
Copyright B) 2004 Scalagent - All rights reserved