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


Public Member Functions | |
| GetSubscriptionsRep (String[] subNames, String[] topicIds, int[] messageCounts, boolean[] durable) | |
| GetSubscriptionsRep () | |
| final String[] | getSubNames () |
| final String[] | getTopicIds () |
| final int[] | getMessageCounts () |
| final boolean[] | getDurable () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Definition at line 31 of file GetSubscriptionsRep.java.
| void org.objectweb.joram.shared.admin.GetSubscriptionsRep.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.AdminReply.
Definition at line 75 of file GetSubscriptionsRep.java.
| void org.objectweb.joram.shared.admin.GetSubscriptionsRep.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.AdminReply.
Definition at line 83 of file GetSubscriptionsRep.java.
1.5.0