org.objectweb.joram.shared.admin

Class Monitor_GetDMQSettings

Implemented Interfaces:
java.io.Serializable

public class Monitor_GetDMQSettings
extends Monitor_Request

A Monitor_GetDMQSettings instance requests the DMQ settings of a server, a user or a destination.

See Also:
Serialized Form

Constructor Summary

Monitor_GetDMQSettings(String target)
Constructs a Monitor_GetDMQSettings instance.
Monitor_GetDMQSettings(int serverId)
Constructs a Monitor_GetDMQSettings instance.

Method Summary

int
getServerId()
Returns the identifier of the target server.
String
getTarget()
Returns the identifier of the target destination or user.

Constructor Details

Monitor_GetDMQSettings

public Monitor_GetDMQSettings(String target)
Constructs a Monitor_GetDMQSettings instance.

Parameters:
target - Identifier of the target destination or user.


Monitor_GetDMQSettings

public Monitor_GetDMQSettings(int serverId)
Constructs a Monitor_GetDMQSettings instance.

Parameters:
serverId - Identifier of the target server.

Method Details

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