org.objectweb.joram.shared.client.GetAdminTopicReply Class Reference

Inherits org.objectweb.joram.shared.client.AbstractJmsReply.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.joram.shared.client.GetAdminTopicReply:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

A 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.


Constructor & Destructor Documentation

org.objectweb.joram.shared.client.GetAdminTopicReply.GetAdminTopicReply ( GetAdminTopicRequest  request,
String  id 
)

Constructs a GetAdminTopicReply instance.

Parameters:
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.


Member Function Documentation

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.

Parameters:
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.

Parameters:
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.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 16:21:00 2008 for joram by  doxygen 1.5.0