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

Inherits org.objectweb.joram.shared.admin.AdminReply.

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

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

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

A CreateUserReply instance replies to a user creation request, produced by the AdminTopic.

Definition at line 36 of file CreateUserReply.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.CreateUserReply.CreateUserReply ( String  id,
String  info 
)

Constructs a CreateUserReply instance.

Parameters:
id The id of the created proxy.
info Related information.

Definition at line 48 of file CreateUserReply.java.


Member Function Documentation

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.

Parameters:
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.

Parameters:
os the stream to write the object to

Reimplemented from org.objectweb.joram.shared.admin.AdminReply.

Definition at line 69 of file CreateUserReply.java.


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