org.objectweb.joram.shared.admin.CreateUserRequest Class Reference

Inherits org.objectweb.joram.shared.admin.AdminRequest.

Inheritance diagram for org.objectweb.joram.shared.admin.CreateUserRequest:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.shared.admin.CreateUserRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CreateUserRequest (String userName, String userPass, int serverId)
 CreateUserRequest ()
String getUserName ()
String getUserPass ()
int getServerId ()
void readFrom (InputStream is) throws IOException
void writeTo (OutputStream os) throws IOException

Protected Member Functions

int getClassId ()

Detailed Description

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

Definition at line 36 of file CreateUserRequest.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.CreateUserRequest.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.

Definition at line 53 of file CreateUserRequest.java.


Member Function Documentation

String org.objectweb.joram.shared.admin.CreateUserRequest.getUserName (  ) 

Returns the name of the user to create.

Definition at line 62 of file CreateUserRequest.java.

String org.objectweb.joram.shared.admin.CreateUserRequest.getUserPass (  ) 

Returns the password of the user.

Definition at line 67 of file CreateUserRequest.java.

int org.objectweb.joram.shared.admin.CreateUserRequest.getServerId (  ) 

Returns the id of the server where deploying its proxy.

Definition at line 72 of file CreateUserRequest.java.

void org.objectweb.joram.shared.admin.CreateUserRequest.readFrom ( InputStream  is  )  throws IOException

The object implements the readFrom method to restore its contents from the input stream.

Parameters:
is the stream to read data from in order to restore the object

Implements org.objectweb.joram.shared.stream.Streamable.

Definition at line 80 of file CreateUserRequest.java.

void org.objectweb.joram.shared.admin.CreateUserRequest.writeTo ( OutputStream  os  )  throws IOException

The object implements the writeTo method to write its contents to the output stream.

Parameters:
os the stream to write the object to

Implements org.objectweb.joram.shared.stream.Streamable.

Definition at line 86 of file CreateUserRequest.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:20:30 2008 for joram by  doxygen 1.5.0