org.objectweb.joram.shared.admin
Class CreateUserRequest
- java.io.Serializable
public class CreateUserRequest
A CreateUserRequest
instance requests the creation of a JMS
user proxy.
- Serialized Form
CreateUserRequest(String userName, String userPass, int serverId) - Constructs a
CreateUserRequest instance.
|
int | getServerId() - Returns the id of the server where deploying its proxy.
|
String | getUserName() - Returns the name of the user to create.
|
String | getUserPass() - Returns the password of the user.
|
CreateUserRequest
public CreateUserRequest(String userName,
String userPass,
int serverId)
Constructs a CreateUserRequest
instance.
userName
- The name of the user.userPass
- The password of the user.serverId
- The id of the server where deploying its proxy.
getServerId
public int getServerId()
Returns the id of the server where deploying its proxy.
getUserName
public String getUserName()
Returns the name of the user to create.
getUserPass
public String getUserPass()
Returns the password of the user.
Copyright B) 2004 Scalagent - All rights reserved