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


Public Member Functions | |
| CreateUserReply (String id, String info) | |
| CreateUserReply () | |
| String | getProxId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
CreateUserReply instance replies to a user creation request, produced by the AdminTopic.
Definition at line 36 of file CreateUserReply.java.
| org.objectweb.joram.shared.admin.CreateUserReply.CreateUserReply | ( | String | id, | |
| String | info | |||
| ) |
Constructs a CreateUserReply instance.
| id | The id of the created proxy. | |
| info | Related information. |
Definition at line 48 of file CreateUserReply.java.
| String org.objectweb.joram.shared.admin.CreateUserReply.getProxId | ( | ) |
Returns the id of the user's proxy.
Definition at line 56 of file CreateUserReply.java.
| void org.objectweb.joram.shared.admin.CreateUserReply.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 |
Reimplemented from org.objectweb.joram.shared.admin.AdminReply.
Definition at line 64 of file CreateUserReply.java.
| void org.objectweb.joram.shared.admin.CreateUserReply.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 |
Reimplemented from org.objectweb.joram.shared.admin.AdminReply.
Definition at line 69 of file CreateUserReply.java.
1.5.0