org.objectweb.joram.shared.admin
Class UnsetDefaultDMQ

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.UnsetDefaultDMQ
All Implemented Interfaces:
java.io.Serializable

public class UnsetDefaultDMQ
extends AdminRequest

An UnsetDefaultDMQ instance requests to unset the default DMQ of a given server.

See Also:
Serialized Form

Constructor Summary
UnsetDefaultDMQ(int serverId)
          Constructs a UnsetDefaultDMQ instance.
 
Method Summary
 int getServerId()
          Returns the identifier of the server which default DMQ is unset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetDefaultDMQ

public UnsetDefaultDMQ(int serverId)
Constructs a UnsetDefaultDMQ instance.

Parameters:
serverId - Identifier of the server which default DMQ is unset.
Method Detail

getServerId

public int getServerId()
Returns the identifier of the server which default DMQ is unset.



Copyright ? 2004 Scalagent - All rights reserved