Inherited by org.objectweb.joram.shared.admin.SubscriptionAdminRequest.
Inheritance diagram for org.objectweb.joram.shared.admin.UserAdminRequest:


Public Member Functions | |
| UserAdminRequest (String userId) | |
| UserAdminRequest () | |
| final String | getUserId () |
| String | toString () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 31 of file UserAdminRequest.java.
| void org.objectweb.joram.shared.admin.UserAdminRequest.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.
Reimplemented in org.objectweb.joram.shared.admin.ClearSubscription, org.objectweb.joram.shared.admin.DeleteSubscriptionMessage, org.objectweb.joram.shared.admin.GetSubscription, org.objectweb.joram.shared.admin.GetSubscriptionMessage, org.objectweb.joram.shared.admin.GetSubscriptionMessageIds, org.objectweb.joram.shared.admin.GetSubscriptions, and org.objectweb.joram.shared.admin.SubscriptionAdminRequest.
Definition at line 54 of file UserAdminRequest.java.
| void org.objectweb.joram.shared.admin.UserAdminRequest.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.
Reimplemented in org.objectweb.joram.shared.admin.ClearSubscription, org.objectweb.joram.shared.admin.DeleteSubscriptionMessage, org.objectweb.joram.shared.admin.GetSubscription, org.objectweb.joram.shared.admin.GetSubscriptionMessage, org.objectweb.joram.shared.admin.GetSubscriptionMessageIds, org.objectweb.joram.shared.admin.GetSubscriptions, and org.objectweb.joram.shared.admin.SubscriptionAdminRequest.
Definition at line 58 of file UserAdminRequest.java.
1.5.0