|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BrokerSubscription in COM.activesw.api.client |
---|
Fields in COM.activesw.api.client declared as BrokerSubscription | |
---|---|
BrokerSubscription[] |
BrokerCompleteTerritoryGateway.remote_can_subscribe
|
BrokerSubscription[] |
BrokerCompleteClient.subscriptions
|
Methods in COM.activesw.api.client that return BrokerSubscription | |
---|---|
BrokerSubscription[] |
BrokerAdminClient.getClientSubscriptionsById(java.lang.String client_id)
Get the list of open subscriptions for a client. |
BrokerSubscription[] |
BrokerClient.getSubscriptions()
Get the list of open subscriptions. |
Methods in COM.activesw.api.client with parameters of type BrokerSubscription | |
---|---|
void |
BrokerClient.cancelSubscription(BrokerSubscription sub)
Cancel a subscription with matching event type and filter. |
void |
BrokerClient.cancelSubscriptions(BrokerSubscription[] subs)
Cancel multiple subscriptions with matching event types and filters. |
void |
BrokerAdminClient.createClientSubscriptionById(java.lang.String client_id,
BrokerSubscription sub)
Create a subscription for the client to all events of a given event type which match the specified filter. |
void |
BrokerAdminClient.createClientSubscriptionsById(java.lang.String client_id,
BrokerSubscription[] subs)
Open multiple subscriptions for a client at one time. |
void |
BrokerAdminClient.destroyClientSubscriptionById(java.lang.String client_id,
BrokerSubscription sub)
Cancel a subscription for a client with matching event type and filter. |
void |
BrokerAdminClient.destroyClientSubscriptionsById(java.lang.String client_id,
BrokerSubscription[] subs)
Cancel multiple subscriptions for a client with matching event types and filters. |
void |
BrokerClient.newSubscription(BrokerSubscription sub)
Subscribe to all events of a given event type. |
void |
BrokerClient.newSubscriptions(BrokerSubscription[] subs)
Open multiple subscriptions at one time. |
|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |