|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.CreateDestinationRequest
A CreateDestinationRequest
instance requests the creation of a
destination on a given server.
Constructor Summary | |
CreateDestinationRequest(int serverId,
java.lang.String className)
Constructs a CreateDestinationRequest instance. |
|
CreateDestinationRequest(int serverId,
java.lang.String name,
java.lang.String className)
Constructs a CreateDestinationRequest instance. |
Method Summary | |
java.lang.String |
getClassName()
Returns the class name of destination (queue, topic, ...). |
java.lang.String |
getDestinationName()
Returns the name attributed to the destination. |
java.util.Properties |
getProperties()
Returns the destination properties. |
int |
getServerId()
Returns the id of the server where deploying the destination. |
void |
setProperties(java.util.Properties prop)
Sets the destination properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CreateDestinationRequest(int serverId, java.lang.String name, java.lang.String className)
CreateDestinationRequest
instance.
serverId
- The id of the server where deploying the destination.name
- Name attributed to the destination.className
- Name of the class to be instanciated.public CreateDestinationRequest(int serverId, java.lang.String className)
CreateDestinationRequest
instance.
serverId
- The id of the server where deploying the destination.className
- Name of the class to be instanciated.Method Detail |
public int getServerId()
public java.lang.String getDestinationName()
public java.lang.String getClassName()
public void setProperties(java.util.Properties prop)
public java.util.Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |