|
Joram 4.3.32 | ||||||||
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.ConsumerAckRequest
public class ConsumerAckRequest
A ConsumerAckRequest
instance is used by a
MessageConsumer
for acknowledging a received message.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
---|
target |
Constructor Summary | |
---|---|
ConsumerAckRequest()
Constructs a ConsumerAckRequest instance. |
|
ConsumerAckRequest(java.lang.String targetName,
boolean queueMode)
Constructs a ConsumerAckRequest instance. |
Method Summary | |
---|---|
void |
addId(java.lang.String id)
Sets the acknowledged message identifier. |
java.util.Vector |
getIds()
Returns the acknowledged message identifier. |
boolean |
getQueueMode()
Returns true if the request is destinated to a queue. |
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 ConsumerAckRequest(java.lang.String targetName, boolean queueMode)
ConsumerAckRequest
instance.
targetName
- Name of the target queue or subscription.id
- The message identifier.queueMode
- true
if this request is destinated to
a queue.public ConsumerAckRequest()
ConsumerAckRequest
instance.
Method Detail |
---|
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)
|
Joram 4.3.32 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |