org.objectweb.joram.shared.admin

Class CreateUserRequest

Implemented Interfaces:
java.io.Serializable

public class CreateUserRequest
extends AdminRequest

A CreateUserRequest instance requests the creation of a JMS user proxy.

See Also:
Serialized Form

Constructor Summary

CreateUserRequest(String userName, String userPass, int serverId)
Constructs a CreateUserRequest instance.

Method Summary

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.

Constructor Details

CreateUserRequest

public CreateUserRequest(String userName,
                         String userPass,
                         int serverId)
Constructs a CreateUserRequest instance.

Parameters:
userName - The name of the user.
userPass - The password of the user.
serverId - The id of the server where deploying its proxy.

Method Details

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