|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.SubscriptionParameters.MQ
public static class SubscriptionParameters.MQ
This class contains the set of parameters that can be set on a SubscriptionQuery
object
to query a brokers MQ subscriptions. These parameters are specific to the MQ transport.
An example of it use is given below:
... SubscriptionQuery sq = bp.createSubscriptionQuery(); byte[] correlId = new byte[24]; Arrays.fill(correlId, (byte)6); sq.setBytes(SubscriptionParameters.MQ.CORRELID, correlId); sq.setString(SubscriptionParameters.MQ.QUEUEMANAGER, "QM"); sq.setString(SubscriptionParameters.MQ.QUEUE, "Q");
Field Summary | |
---|---|
static java.lang.String |
CORRELID
The CorrelId of the subscription. |
static java.lang.String |
QUEUE
The queue of the subscription. |
static java.lang.String |
QUEUEMANAGER
The queue manager of the subscription. |
static java.lang.String |
SUBSCRIPTIONPOINT
The Subscription point of the subscription. |
Constructor Summary | |
---|---|
SubscriptionParameters.MQ()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CORRELID
public static final java.lang.String SUBSCRIPTIONPOINT
String
public static final java.lang.String QUEUEMANAGER
String
public static final java.lang.String QUEUE
String
Constructor Detail |
---|
public SubscriptionParameters.MQ()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |