Joram ${version}

org.objectweb.joram.shared.client
Class GetAdminTopicReply

java.lang.Object
  extended byorg.objectweb.joram.shared.client.AbstractJmsReply
      extended byorg.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

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
 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 org.objectweb.joram.shared.client.AbstractJmsReply
getCorrelationId, getKey, setCorrelationId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved