|
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.CreateUserRequest
A CreateUserRequest
instance requests the creation of a JMS
user proxy.
Constructor Summary | |
CreateUserRequest(java.lang.String userName,
java.lang.String userPass,
int serverId)
Constructs a CreateUserRequest instance. |
Method Summary | |
int |
getServerId()
Returns the id of the server where deploying its proxy. |
java.lang.String |
getUserName()
Returns the name of the user to create. |
java.lang.String |
getUserPass()
Returns the password of the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CreateUserRequest(java.lang.String userName, java.lang.String userPass, int serverId)
CreateUserRequest
instance.
userName
- The name of the user.userPass
- The password of the user.serverId
- The id of the server where deploying its proxy.Method Detail |
public java.lang.String getUserName()
public java.lang.String getUserPass()
public int getServerId()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |