|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsRequest
org.objectweb.joram.shared.client.SessAckRequest
A SessAckRequest
instance is used by a Session
for acknowledging the messages it consumed.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
target |
Constructor Summary | |
SessAckRequest()
Constructs a SessAckRequest instance. |
|
SessAckRequest(java.lang.String targetName,
java.util.Vector ids,
boolean queueMode)
Constructs a SessAckRequest instance. |
Method Summary | |
void |
addId(java.lang.String id)
|
java.util.Vector |
getIds()
Returns the vector of acknowledged messages identifiers. |
boolean |
getQueueMode()
Returns true if the request is destinated to a queue. |
void |
setIds(java.util.Vector ids)
Sets the vector of identifiers. |
void |
setQueueMode(boolean queueMode)
Sets the target destination type. |
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
getKey, getRequestId, getTarget, setRequestId, setTarget, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SessAckRequest(java.lang.String targetName, java.util.Vector ids, boolean queueMode)
SessAckRequest
instance.
targetName
- Name of the target queue or subscription.ids
- Vector of acknowledged message identifiers.queueMode
- true
if this request is destinated to a
queue.public SessAckRequest()
SessAckRequest
instance.
Method Detail |
public void setIds(java.util.Vector ids)
public void addId(java.lang.String id)
public void setQueueMode(boolean queueMode)
public java.util.Vector getIds()
public boolean getQueueMode()
true
if the request is destinated to a queue.
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsRequest
public static java.lang.Object soapDecode(java.util.Hashtable h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |