org.objectweb.joram.shared.client
Class AbstractJmsRequest
java.lang.Object
org.objectweb.joram.shared.client.AbstractJmsRequest
- java.io.Serializable
public class AbstractJmsRequest
extends java.lang.Object
implements java.io.Serializable
An AbstractJmsRequest
is a request sent by a Joram client
to its proxy.
- Serialized Form
protected String | target - The request target is either a destination agent name, or a subscription
name.
|
target
protected String target
The request target is either a destination agent name, or a subscription
name.
AbstractJmsRequest
public AbstractJmsRequest()
Constructs an AbstractJmsRequest
.
AbstractJmsRequest
public AbstractJmsRequest(String target)
Constructs an AbstractJmsRequest
.
target
- String identifier of the request target, either a queue
name, or a subscription name.
getKey
public Integer getKey()
Returns the identifier as an hashtable key.
getRequestId
public int getRequestId()
Returns the request identifier.
getTarget
public String getTarget()
Returns the request target name.
setRequestId
public void setRequestId(int requestId)
Sets the request identifier.
setTarget
public void setTarget(String target)
Sets the request target name.
soapCode
public Hashtable soapCode()
soapDecode
public static Object soapDecode(Hashtable h)
toString
public String toString()
Copyright B) 2004 Scalagent - All rights reserved