Inheritance diagram for org.objectweb.joram.shared.client.GetAdminTopicReply:


Public Member Functions | |
| void | setId (String id) |
| String | getId () |
| GetAdminTopicReply (GetAdminTopicRequest request, String id) | |
| GetAdminTopicReply () | |
| void | toString (StringBuffer strbuf) |
| void | writeTo (OutputStream os) throws IOException |
| void | readFrom (InputStream is) throws IOException |
Protected Member Functions | |
| int | getClassId () |
GetAdminTopicReply is sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.
Definition at line 37 of file GetAdminTopicReply.java.
| org.objectweb.joram.shared.client.GetAdminTopicReply.GetAdminTopicReply | ( | GetAdminTopicRequest | request, | |
| String | id | |||
| ) |
Constructs a GetAdminTopicReply instance.
| request | The GetAdminTopicRequest being answered. | |
| id | The identifier of the admin topic. |
Definition at line 60 of file GetAdminTopicReply.java.
References org.objectweb.joram.shared.client.AbstractJmsRequest.getRequestId().
Here is the call graph for this function:

| org.objectweb.joram.shared.client.GetAdminTopicReply.GetAdminTopicReply | ( | ) |
Constructs a GetAdminTopicReply instance.
Definition at line 72 of file GetAdminTopicReply.java.
| void org.objectweb.joram.shared.client.GetAdminTopicReply.setId | ( | String | id | ) |
Sets the identifier of the admin topic.
Definition at line 45 of file GetAdminTopicReply.java.
| String org.objectweb.joram.shared.client.GetAdminTopicReply.getId | ( | ) |
Returns the identifier of the admin topic.
Definition at line 50 of file GetAdminTopicReply.java.
| void org.objectweb.joram.shared.client.GetAdminTopicReply.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.client.AbstractJmsReply.
Definition at line 90 of file GetAdminTopicReply.java.
| void org.objectweb.joram.shared.client.GetAdminTopicReply.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.client.AbstractJmsReply.
Definition at line 101 of file GetAdminTopicReply.java.
1.5.0