|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.kclient.AbstractMessage
org.objectweb.joram.kclient.AbstractRequest
org.objectweb.joram.kclient.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.kclient.AbstractRequest |
---|
requestId, target |
Constructor Summary | |
---|---|
ConsumerUnsubRequest(java.lang.String subName)
Constructs a ConsumerUnsubRequest . |
Method Summary | |
---|---|
protected int |
getClassId()
|
Methods inherited from class org.objectweb.joram.kclient.AbstractRequest |
---|
getRequestId, readFrom, setRequestId, toString, writeTo |
Methods inherited from class org.objectweb.joram.kclient.AbstractMessage |
---|
read, toString, write |
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.Method Detail |
---|
protected int getClassId()
getClassId
in class AbstractMessage
|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |