|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsRequest
An AbstractJmsRequest
is a request sent by a Joram client
to its proxy.
Field Summary | |
protected java.lang.String |
target
The request target is either a destination agent name, or a subscription name. |
Constructor Summary | |
AbstractJmsRequest()
Constructs an AbstractJmsRequest . |
|
AbstractJmsRequest(java.lang.String target)
Constructs an AbstractJmsRequest . |
Method Summary | |
java.lang.Integer |
getKey()
Returns the identifier as an hashtable key. |
int |
getRequestId()
Returns the request identifier. |
java.lang.String |
getTarget()
Returns the request target name. |
void |
setRequestId(int requestId)
Sets the request identifier. |
void |
setTarget(java.lang.String target)
Sets the request target name. |
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 |
Field Detail |
protected java.lang.String target
Constructor Detail |
public AbstractJmsRequest(java.lang.String target)
AbstractJmsRequest
.
target
- String identifier of the request target, either a queue
name, or a subscription name.public AbstractJmsRequest()
AbstractJmsRequest
.
Method Detail |
public void setRequestId(int requestId)
public void setTarget(java.lang.String target)
public int getRequestId()
public java.lang.String getTarget()
public java.lang.Integer getKey()
public java.util.Hashtable soapCode()
public static java.lang.Object soapDecode(java.util.Hashtable h)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |