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


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 () |
CreateUserRequest instance requests the creation of a JMS user proxy.
Definition at line 36 of file CreateUserRequest.java.
| org.objectweb.joram.shared.admin.CreateUserRequest.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. |
Definition at line 53 of file CreateUserRequest.java.
| 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.
| 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.
| os | the stream to write the object to |
Implements org.objectweb.joram.shared.stream.Streamable.
Definition at line 86 of file CreateUserRequest.java.
1.5.0