org.objectweb.joram.shared.admin
Class Monitor_GetDMQSettings
- java.io.Serializable
public class Monitor_GetDMQSettings
A Monitor_GetDMQSettings
instance requests the DMQ settings
of a server, a user or a destination.
- Serialized Form
int | getServerId() - Returns the identifier of the target server.
|
String | getTarget() - Returns the identifier of the target destination or user.
|
Monitor_GetDMQSettings
public Monitor_GetDMQSettings(String target)
Constructs a Monitor_GetDMQSettings
instance.
target
- Identifier of the target destination or user.
Monitor_GetDMQSettings
public Monitor_GetDMQSettings(int serverId)
Constructs a Monitor_GetDMQSettings
instance.
serverId
- Identifier of the target server.
getServerId
public int getServerId()
Returns the identifier of the target server.
getTarget
public String getTarget()
Returns the identifier of the target destination or user.
Copyright B) 2004 Scalagent - All rights reserved