Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetDMQSettings

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.Monitor_Request
          extended byorg.objectweb.joram.shared.admin.Monitor_GetDMQSettings
All 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(int serverId)
          Constructs a Monitor_GetDMQSettings instance.
Monitor_GetDMQSettings(java.lang.String target)
          Constructs a Monitor_GetDMQSettings instance.
 
Method Summary
 int getServerId()
          Returns the identifier of the target server.
 java.lang.String getTarget()
          Returns the identifier of the target destination or user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor_GetDMQSettings

public Monitor_GetDMQSettings(int serverId)
Constructs a Monitor_GetDMQSettings instance.

Parameters:
serverId - Identifier of the target server.

Monitor_GetDMQSettings

public Monitor_GetDMQSettings(java.lang.String target)
Constructs a Monitor_GetDMQSettings instance.

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

getServerId

public int getServerId()
Returns the identifier of the target server.


getTarget

public java.lang.String getTarget()
Returns the identifier of the target destination or user.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved