Uses of Class
org.wso2.carbon.event.admin.internal.exception.EventAdminException
Packages that use EventAdminException
-
Uses of EventAdminException in org.wso2.carbon.event.admin.internal
Methods in org.wso2.carbon.event.admin.internal that throw EventAdminExceptionModifier and TypeMethodDescriptionvoidAdds a new topicorg.wso2.carbon.event.core.topic.TopicNodeTopicManagerAdminService.getAllTopics()Gets all the topicsintTopicManagerAdminService.getAllWSSubscriptionCountForTopic(String topic) Gets the total number of subscriptions for a topic Suppressing warning as this is used as a web serviceTopicManagerAdminService.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 serviceTopicManagerAdminService.getJMSSubscriptionsForTopic(String topic) Gets the JMS subscriptions for a topic Suppressing warning as this is used as a web serviceorg.wso2.carbon.event.core.topic.TopicRolePermission[]TopicManagerAdminService.getTopicRolePermissions(String topic) Gets the permission roles for a topic Suppressing warning as this is used as a web serviceString[]TopicManagerAdminService.getUserRoles()Gets user roles through topic managerTopicManagerAdminService.getWsSubscriptionsForTopic(String topic) Gets all the subscriptions Suppressing warning as this is used as a web servicebooleanTopicManagerAdminService.removeTopic(String topic) Removes a topic Suppressing warning as this is used as a web servicevoidTopicManagerAdminService.updatePermission(String topic, org.wso2.carbon.event.core.topic.TopicRolePermission[] topicRolePermissions) Updates the permissions for roles of a topic Suppressing warning as this is used as a web service