org.objectweb.joram.shared.client
Class GetAdminTopicReply
java.lang.Object
org.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.GetAdminTopicReply
- All Implemented Interfaces:
- java.io.Serializable
- public class GetAdminTopicReply
- extends AbstractJmsReply
A GetAdminTopicReply
is sent by an administrator proxy for
notifying an administrator client of the identifier of the local admin
topic.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getId()
Returns the identifier of the admin topic. |
void |
setId(java.lang.String id)
Sets the identifier of the admin topic. |
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetAdminTopicReply
public GetAdminTopicReply(GetAdminTopicRequest request,
java.lang.String id)
- Constructs a
GetAdminTopicReply
instance.
- Parameters:
request
- The GetAdminTopicRequest
being answered.id
- The identifier of the admin topic.
GetAdminTopicReply
public GetAdminTopicReply()
- Constructs a
GetAdminTopicReply
instance.
setId
public void setId(java.lang.String id)
- Sets the identifier of the admin topic.
getId
public java.lang.String getId()
- Returns the identifier of the admin topic.
soapCode
public java.util.Hashtable soapCode()
- Overrides:
soapCode
in class AbstractJmsReply
soapDecode
public static java.lang.Object soapDecode(java.util.Hashtable h)
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractJmsReply
Copyright © 2005 Scalagent - All rights reserved