org.objectweb.joram.shared.client

Class GetAdminTopicReply

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, String id)
Constructs a GetAdminTopicReply instance.

Method Summary

String
getId()
Returns the identifier of the admin topic.
void
setId(String id)
Sets the identifier of the admin topic.
Hashtable
soapCode()
static Object
soapDecode(Hashtable h)

Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply

getCorrelationId, getKey, setCorrelationId, soapCode, soapDecode, toString

Constructor Details

GetAdminTopicReply

public GetAdminTopicReply()
Constructs a GetAdminTopicReply instance.


GetAdminTopicReply

public GetAdminTopicReply(GetAdminTopicRequest request,
                          String id)
Constructs a GetAdminTopicReply instance.

Parameters:
request - The GetAdminTopicRequest being answered.
id - The identifier of the admin topic.

Method Details

getId

public String getId()
Returns the identifier of the admin topic.


setId

public void setId(String id)
Sets the identifier of the admin topic.


soapCode

public Hashtable soapCode()
Overrides:
soapCode in interface AbstractJmsReply


soapDecode

public static Object soapDecode(Hashtable h)
Overrides:
soapDecode in interface AbstractJmsReply


Copyright B) 2004 Scalagent - All rights reserved