org.objectweb.joram.shared.client

Class ConsumerCloseSubRequest

Implemented Interfaces:
java.io.Serializable

public class ConsumerCloseSubRequest
extends AbstractJmsRequest

A ConsumerCloseSubRequest is sent by a closing durable TopicSubscriber.

See Also:
Serialized Form

Field Summary

Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest

target

Constructor Summary

ConsumerCloseSubRequest()
Constructs a ConsumerCloseSubRequest.
ConsumerCloseSubRequest(String subName)
Constructs a ConsumerCloseSubRequest.

Method Summary

Hashtable
soapCode()
static Object
soapDecode(Hashtable h)

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

getKey, getRequestId, getTarget, setRequestId, setTarget, soapCode, soapDecode, toString

Constructor Details

ConsumerCloseSubRequest

public ConsumerCloseSubRequest()
Constructs a ConsumerCloseSubRequest.


ConsumerCloseSubRequest

public ConsumerCloseSubRequest(String subName)
Constructs a ConsumerCloseSubRequest.

Parameters:
subName - The name of the closing durable subscription.

Method Details

soapCode

public Hashtable soapCode()
Overrides:
soapCode in interface AbstractJmsRequest


soapDecode

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


Copyright B) 2004 Scalagent - All rights reserved