|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Subscription in com.ibm.broker.config.proxy |
---|
Subclasses of Subscription in com.ibm.broker.config.proxy | |
---|---|
class |
MQSubscription
Each MQSubscription object represents a single MQ subscription on a broker. |
Methods in com.ibm.broker.config.proxy that return Subscription | |
---|---|
Subscription |
SubscriptionsProxy.getSubscription(int position)
Returns the Subscription at the supplied position in the list. |
static Subscription |
Subscription.getSubscriptionFromString(java.lang.String encodedData)
Returns a new Subscription object that contains the information described in the encoded String. |
static Subscription |
MQSubscription.getSubscriptionFromString(java.lang.String encodedData)
Returns a new Subscription object that contains the information described in the encoded String. |
Methods in com.ibm.broker.config.proxy that return types with arguments of type Subscription | |
---|---|
java.util.Enumeration<Subscription> |
SubscriptionsProxy.elements()
Returns an Enumeration of all Subscription objects available to the user that match this query. |
Methods in com.ibm.broker.config.proxy with parameters of type Subscription | |
---|---|
void |
SubscriptionsProxy.deleteSubscriptions(Subscription[] subs)
Asks the Configuration Manager to delete the supplied subscriptions. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |