|
Joram ${version} | |||||||||
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.ConsumerUnsetListRequest
A ConsumerUnsetListRequest
is sent by a
MessageConsumer
which listener is unset.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
target |
Constructor Summary | |
ConsumerUnsetListRequest()
Constructs a ConsumerUnsetListRequest . |
|
ConsumerUnsetListRequest(boolean queueMode)
Constructs a ConsumerUnsetListRequest . |
Method Summary | |
int |
getCancelledRequestId()
Returns the identifier of the last listener request, cancelled by this request, queue mode only. |
boolean |
getQueueMode()
Returns true for a queue listener. |
void |
setCancelledRequestId(int cancelledRequestId)
Sets the identifier of the last listener request, cancelled by this request, queue mode only. |
void |
setQueueMode(boolean queueMode)
Sets the listener mode (queue or topic listener). |
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
java.lang.String |
toString()
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
getKey, getRequestId, getTarget, setRequestId, setTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConsumerUnsetListRequest(boolean queueMode)
ConsumerUnsetListRequest
.
queueMode
- true
if the listener is listening to a
queue.public ConsumerUnsetListRequest()
ConsumerUnsetListRequest
.
Method Detail |
public void setQueueMode(boolean queueMode)
public void setCancelledRequestId(int cancelledRequestId)
public boolean getQueueMode()
true
for a queue listener.
public int getCancelledRequestId()
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsRequest
public static java.lang.Object soapDecode(java.util.Hashtable h)
public java.lang.String toString()
toString
in class AbstractJmsRequest
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |