public interface TopicManagerAdminService
Modifier and Type | Method and Description |
---|---|
void |
addTopic(String topic15)
Auto generated method signature for Asynchronous Invocations
|
TopicNode |
getAllTopics()
Auto generated method signature
|
int |
getAllWSSubscriptionCountForTopic(String topic17)
Auto generated method signature
|
Subscription[] |
getAllWSSubscriptionsForTopic(String topic25,
int startingIndex26,
int maxSubscriptionCount27)
Auto generated method signature
|
Subscription[] |
getJMSSubscriptionsForTopic(String topic45)
Auto generated method signature
|
TopicRolePermission[] |
getTopicRolePermissions(String topic21)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
Subscription[] |
getWsSubscriptionsForTopic(String topic37)
Auto generated method signature
|
boolean |
removeTopic(String topic41)
Auto generated method signature
|
void |
startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionCountForTopic(String topic17,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionsForTopic(String topic25,
int startingIndex26,
int maxSubscriptionCount27,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJMSSubscriptionsForTopic(String topic45,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicRolePermissions(String topic21,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWsSubscriptionsForTopic(String topic37,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveTopic(String topic41,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String topic49,
TopicRolePermission[] topicRolePermissions50)
Auto generated method signature for Asynchronous Invocations
|
void addTopic(String topic15) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
int getAllWSSubscriptionCountForTopic(String topic17) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionCountForTopic16
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllWSSubscriptionCountForTopic(String topic17, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionCountForTopic16
- RemoteException
TopicRolePermission[] getTopicRolePermissions(String topic21) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getTopicRolePermissions20
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetTopicRolePermissions(String topic21, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getTopicRolePermissions20
- RemoteException
Subscription[] getAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionsForTopic24
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionsForTopic24
- RemoteException
TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllTopics30
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllTopics30
- RemoteException
String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getUserRoles33
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles33
- RemoteException
Subscription[] getWsSubscriptionsForTopic(String topic37) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getWsSubscriptionsForTopic36
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetWsSubscriptionsForTopic(String topic37, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getWsSubscriptionsForTopic36
- RemoteException
boolean removeTopic(String topic41) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
removeTopic40
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startremoveTopic(String topic41, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
removeTopic40
- RemoteException
Subscription[] getJMSSubscriptionsForTopic(String topic45) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getJMSSubscriptionsForTopic44
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
void startgetJMSSubscriptionsForTopic(String topic45, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getJMSSubscriptionsForTopic44
- RemoteException
void updatePermission(String topic49, TopicRolePermission[] topicRolePermissions50) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Copyright © 2017 WSO2. All rights reserved.