|
Joram 5.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.shared.admin.AbstractAdminMessage
org.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.CreateUserRequest
public class CreateUserRequest
A CreateUserRequest instance requests the creation of a JMS
user proxy.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CreateUserRequest()
|
|
CreateUserRequest(java.lang.String userName,
java.lang.String userPass,
int serverId)
Constructs a CreateUserRequest instance. |
|
| Method Summary | |
|---|---|
protected int |
getClassId()
|
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. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
| Methods inherited from class org.objectweb.joram.shared.admin.AbstractAdminMessage |
|---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateUserRequest(java.lang.String userName,
java.lang.String userPass,
int serverId)
CreateUserRequest instance.
userName - The name of the user.userPass - The password of the user.serverId - The id of the server where deploying its proxy.public CreateUserRequest()
| Method Detail |
|---|
public java.lang.String getUserName()
public java.lang.String getUserPass()
public int getServerId()
protected int getClassId()
getClassId in class AdminRequest
public void readFrom(java.io.InputStream is)
throws java.io.IOException
Streamable
is - the stream to read data from in order to restore the object
java.io.IOException
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
Streamable
os - the stream to write the object to
java.io.IOException
|
Joram 5.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||