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


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 () |
SetUserDMQ instance requests to set a given DMQ as the DMQ for a given user.
Definition at line 36 of file SetUserDMQ.java.
| org.objectweb.joram.shared.admin.SetUserDMQ.SetUserDMQ | ( | String | userProxId, | |
| String | dmqId | |||
| ) |
Constructs a SetUserDMQ instance.
| 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.
| 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.
| 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.
| os | the stream to write the object to |
Implements org.objectweb.joram.shared.stream.Streamable.
Definition at line 76 of file SetUserDMQ.java.
1.5.0