org.objectweb.joram.shared.admin
Class SetDefaultDMQ
- java.io.Serializable
public class SetDefaultDMQ
A SetDefaultDMQ
instance requests to set a given DMQ as the
default DMQ for a given server.
- Serialized Form
SetDefaultDMQ(int serverId, String dmqId) - Constructs a
SetDefaultDMQ instance.
|
String | getDmqId() - Returns the identifier of the DMQ.
|
int | getServerId() - Returns the identifier of the server the DMQ is set for.
|
SetDefaultDMQ
public SetDefaultDMQ(int serverId,
String dmqId)
Constructs a SetDefaultDMQ
instance.
serverId
- Identifier of the server the DMQ is set for.dmqId
- Identifier of the DMQ.
getDmqId
public String getDmqId()
Returns the identifier of the DMQ.
getServerId
public int getServerId()
Returns the identifier of the server the DMQ is set for.
Copyright B) 2004 Scalagent - All rights reserved