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 - :RemoteExceptionvoid startgetAllWSSubscriptionCountForTopic(String topic17, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionCountForTopic16 - RemoteExceptionTopicRolePermission[] getTopicRolePermissions(String topic21) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getTopicRolePermissions20 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetTopicRolePermissions(String topic21, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getTopicRolePermissions20 - RemoteExceptionSubscription[] getAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionsForTopic24 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionsForTopic24 - RemoteExceptionTopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllTopics30 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getAllTopics30 - RemoteExceptionString[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getUserRoles33 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles33 - RemoteExceptionSubscription[] getWsSubscriptionsForTopic(String topic37) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getWsSubscriptionsForTopic36 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetWsSubscriptionsForTopic(String topic37, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getWsSubscriptionsForTopic36 - RemoteExceptionboolean removeTopic(String topic41) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
removeTopic40 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startremoveTopic(String topic41, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
removeTopic40 - RemoteExceptionSubscription[] getJMSSubscriptionsForTopic(String topic45) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getJMSSubscriptionsForTopic44 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionvoid startgetJMSSubscriptionsForTopic(String topic45, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
getJMSSubscriptionsForTopic44 - RemoteExceptionvoid updatePermission(String topic49, TopicRolePermission[] topicRolePermissions50) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Copyright © 2019 WSO2. All rights reserved.