Joram ${version}

org.objectweb.joram.shared.admin
Class CreateUserRequest

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.CreateUserRequest
All 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(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

CreateUserRequest

public CreateUserRequest(java.lang.String userName,
                         java.lang.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 Detail

getUserName

public java.lang.String getUserName()
Returns the name of the user to create.


getUserPass

public java.lang.String getUserPass()
Returns the password of the user.


getServerId

public int getServerId()
Returns the id of the server where deploying its proxy.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved