void |
TopicManagerAdminService.addTopic(String topic) |
Adds a new topic
|
org.wso2.carbon.event.core.topic.TopicNode |
TopicManagerAdminService.getAllTopics() |
Gets all the topics
|
int |
TopicManagerAdminService.getAllWSSubscriptionCountForTopic(String topic) |
Gets the total number of subscriptions for a topic
Suppressing warning as this is used as a web service
|
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 service
|
Subscription[] |
TopicManagerAdminService.getJMSSubscriptionsForTopic(String topic) |
Gets the JMS subscriptions for a topic
Suppressing warning as this is used as a web service
|
org.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 service
|
String[] |
TopicManagerAdminService.getUserRoles() |
Gets user roles through topic manager
|
Subscription[] |
TopicManagerAdminService.getWsSubscriptionsForTopic(String topic) |
Gets all the subscriptions
Suppressing warning as this is used as a web service
|
boolean |
TopicManagerAdminService.removeTopic(String topic) |
Removes a topic
Suppressing warning as this is used as a web service
|
void |
TopicManagerAdminService.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
|