|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsMessage
org.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.GetAdminTopicReply
public final class GetAdminTopicReply
A GetAdminTopicReply
is sent by an administrator proxy for
notifying an administrator client of the identifier of the local admin
topic.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
---|
correlationId |
Constructor Summary | |
---|---|
GetAdminTopicReply()
Constructs a GetAdminTopicReply instance. |
|
GetAdminTopicReply(GetAdminTopicRequest request,
java.lang.String id)
Constructs a GetAdminTopicReply instance. |
Method Summary | |
---|---|
protected int |
getClassId()
|
java.lang.String |
getId()
Returns the identifier of the admin topic. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
setId(java.lang.String id)
Sets the identifier of the admin topic. |
void |
toString(java.lang.StringBuffer strbuf)
|
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
---|
getCorrelationId, setCorrelationId, toString |
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetAdminTopicReply(GetAdminTopicRequest request, java.lang.String id)
GetAdminTopicReply
instance.
request
- The GetAdminTopicRequest
being answered.id
- The identifier of the admin topic.public GetAdminTopicReply()
GetAdminTopicReply
instance.
Method Detail |
---|
public void setId(java.lang.String id)
public java.lang.String getId()
protected int getClassId()
getClassId
in class AbstractJmsMessage
public void toString(java.lang.StringBuffer strbuf)
toString
in class AbstractJmsReply
public void writeTo(java.io.OutputStream os) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in class AbstractJmsReply
os
- the stream to write the object to
java.io.IOException
public void readFrom(java.io.InputStream is) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class AbstractJmsReply
is
- the stream to read data from in order to restore the object
java.io.IOException
|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |