Uses of Class
org.wso2.carbon.event.admin.internal.Subscription
-
Packages that use Subscription Package Description org.wso2.carbon.event.admin.internal -
-
Uses of Subscription in org.wso2.carbon.event.admin.internal
Methods in org.wso2.carbon.event.admin.internal that return Subscription Modifier and Type Method Description Subscription[]TopicManagerAdminService. getAllWSSubscriptionsForTopic(String topic, int startingIndex, int maxSubscriptionCount)Gets all subscriptions for a topic with limited results to return Suppressing warning as this is used as a web serviceSubscription[]TopicManagerAdminService. getJMSSubscriptionsForTopic(String topic)Gets the JMS subscriptions for a topic Suppressing warning as this is used as a web serviceSubscription[]TopicManagerAdminService. getWsSubscriptionsForTopic(String topic)Gets all the subscriptions Suppressing warning as this is used as a web service
-