public interface TopicManagerAdminService
Modifier and Type | Method and Description |
---|---|
void |
addTopic(String topic47)
Auto generated method signature for Asynchronous Invocations
|
TopicNode |
getAllTopics()
Auto generated method signature
|
int |
getAllWSSubscriptionCountForTopic(String topic22)
Auto generated method signature
|
Subscription[] |
getAllWSSubscriptionsForTopic(String topic30,
int startingIndex31,
int maxSubscriptionCount32)
Auto generated method signature
|
Subscription[] |
getJMSSubscriptionsForTopic(String topic26)
Auto generated method signature
|
TopicRolePermission[] |
getTopicRolePermissions(String topic15)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
Subscription[] |
getWsSubscriptionsForTopic(String topic43)
Auto generated method signature
|
boolean |
removeTopic(String topic36)
Auto generated method signature
|
void |
startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionCountForTopic(String topic22,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionsForTopic(String topic30,
int startingIndex31,
int maxSubscriptionCount32,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJMSSubscriptionsForTopic(String topic26,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicRolePermissions(String topic15,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWsSubscriptionsForTopic(String topic43,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveTopic(String topic36,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String topic19,
TopicRolePermission[] topicRolePermissions20)
Auto generated method signature for Asynchronous Invocations
|
TopicRolePermission[] getTopicRolePermissions(String topic15) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getTopicRolePermissions14
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetTopicRolePermissions(String topic15, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getTopicRolePermissions14
- RemoteException
void updatePermission(String topic19, TopicRolePermission[] topicRolePermissions20) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
int getAllWSSubscriptionCountForTopic(String topic22) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionCountForTopic21
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllWSSubscriptionCountForTopic(String topic22, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionCountForTopic21
- RemoteException
Subscription[] getJMSSubscriptionsForTopic(String topic26) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getJMSSubscriptionsForTopic25
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetJMSSubscriptionsForTopic(String topic26, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getJMSSubscriptionsForTopic25
- RemoteException
Subscription[] getAllWSSubscriptionsForTopic(String topic30, int startingIndex31, int maxSubscriptionCount32) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionsForTopic29
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllWSSubscriptionsForTopic(String topic30, int startingIndex31, int maxSubscriptionCount32, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionsForTopic29
- RemoteException
boolean removeTopic(String topic36) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
removeTopic35
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startremoveTopic(String topic36, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
removeTopic35
- RemoteException
String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getUserRoles39
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles39
- RemoteException
Subscription[] getWsSubscriptionsForTopic(String topic43) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getWsSubscriptionsForTopic42
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetWsSubscriptionsForTopic(String topic43, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getWsSubscriptionsForTopic42
- RemoteException
void addTopic(String topic47) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllTopics48
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllTopics48
- RemoteException
Copyright © 2017 WSO2. All rights reserved.