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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SetUserDMQ (String userProxId, String dmqId)
 SetUserDMQ ()
String getUserProxId ()
String getDmqId ()
void readFrom (InputStream is) throws IOException
void writeTo (OutputStream os) throws IOException

Protected Member Functions

int getClassId ()

Detailed Description

A SetUserDMQ instance requests to set a given DMQ as the DMQ for a given user.

Definition at line 36 of file SetUserDMQ.java.


Constructor & Destructor Documentation

org.objectweb.joram.shared.admin.SetUserDMQ.SetUserDMQ ( String  userProxId,
String  dmqId 
)

Constructs a SetUserDMQ instance.

Parameters:
userId Identifier of the user's proxy the DMQ is set for.
dmqId Identifier of the DMQ.

Definition at line 50 of file SetUserDMQ.java.


Member Function Documentation

String org.objectweb.joram.shared.admin.SetUserDMQ.getUserProxId (  ) 

Returns the ProxId of the user the DMQ is set for.

Definition at line 58 of file SetUserDMQ.java.

String org.objectweb.joram.shared.admin.SetUserDMQ.getDmqId (  ) 

Returns the identifier of the DMQ.

Definition at line 63 of file SetUserDMQ.java.

void org.objectweb.joram.shared.admin.SetUserDMQ.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 SetUserDMQ.java.

void org.objectweb.joram.shared.admin.SetUserDMQ.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 SetUserDMQ.java.


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