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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DeleteUser (String userName, String proxId)
 DeleteUser ()
String getUserName ()
String getProxId ()
void readFrom (InputStream is) throws IOException
void writeTo (OutputStream os) throws IOException

Protected Member Functions

int getClassId ()

Detailed Description

A DeleteUser instance requests the deletion of a user proxy on a given server.

Definition at line 36 of file DeleteUser.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.DeleteUser.DeleteUser ( String  userName,
String  proxId 
)

Constructs a DeleteUser instance.

Parameters:
userName The name of the user to delete.
proxId The identifier of the user's proxy.

Definition at line 50 of file DeleteUser.java.


Member Function Documentation

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

Returns the name of the user to delete.

Definition at line 58 of file DeleteUser.java.

String org.objectweb.joram.shared.admin.DeleteUser.getProxId (  ) 

Returns the identifier of the user's proxy.

Definition at line 63 of file DeleteUser.java.

void org.objectweb.joram.shared.admin.DeleteUser.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 71 of file DeleteUser.java.

void org.objectweb.joram.shared.admin.DeleteUser.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 76 of file DeleteUser.java.


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