|
Joram ${version} | |||||||||
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 name,
java.lang.String className,
java.util.Properties props,
java.lang.String expectedType)
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.lang.String |
getExpectedType()
|
java.util.Properties |
getProperties()
Returns the destination properties. |
int |
getServerId()
Returns the id of the server where deploying the destination. |
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, java.util.Properties props, java.lang.String expectedType)
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.Method Detail |
public final int getServerId()
public final java.lang.String getDestinationName()
public final java.lang.String getClassName()
public final java.util.Properties getProperties()
public final java.lang.String getExpectedType()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |