|
Joram 5.0.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsMessage
org.objectweb.joram.shared.client.AbstractJmsRequest
org.objectweb.joram.shared.client.ConsumerUnsubRequest
public final class ConsumerUnsubRequest
A ConsumerUnsubRequest
is sent by a closing temporary
MessageConsumer
on a topic, or by a Session
unsubscribing a durable subscriber.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
---|
requestId, target |
Constructor Summary | |
---|---|
ConsumerUnsubRequest()
Constructs a ConsumerUnsubRequest . |
|
ConsumerUnsubRequest(java.lang.String subName)
Constructs a ConsumerUnsubRequest . |
Method Summary | |
---|---|
protected int |
getClassId()
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
---|
getRequestId, getTarget, readFrom, setRequestId, setTarget, toString, toString, writeTo |
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsMessage |
---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConsumerUnsubRequest(java.lang.String subName)
ConsumerUnsubRequest
.
subName
- The name of the subscription to delete.public ConsumerUnsubRequest()
ConsumerUnsubRequest
.
Method Detail |
---|
protected int getClassId()
getClassId
in class AbstractJmsMessage
|
Joram 5.0.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |