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


Public Member Functions | |
| GetSubscriptionMessageIds (String userId, String subName) | |
| GetSubscriptionMessageIds () | |
| final String | getSubscriptionName () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 31 of file GetSubscriptionMessageIds.java.
| void org.objectweb.joram.shared.admin.GetSubscriptionMessageIds.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 |
Reimplemented from org.objectweb.joram.shared.admin.SubscriptionAdminRequest.
Definition at line 53 of file GetSubscriptionMessageIds.java.
| void org.objectweb.joram.shared.admin.GetSubscriptionMessageIds.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 |
Reimplemented from org.objectweb.joram.shared.admin.SubscriptionAdminRequest.
Definition at line 58 of file GetSubscriptionMessageIds.java.
1.5.0