public interface AndesEventAdminService
Modifier and Type | Method and Description |
---|---|
void |
addTopic(String topic35)
Auto generated method signature
|
boolean |
checkCurrentUserHasAddTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDeleteTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDetailsTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasPublishTopicPermission(String topicName71)
Auto generated method signature
|
boolean |
checkUserHasAddTopicPermission(String username84)
Auto generated method signature
|
boolean |
checkUserHasDeleteTopicPermission(String username60)
Auto generated method signature
|
boolean |
checkUserHasDetailsTopicPermission(String username92)
Auto generated method signature
|
boolean |
checkUserHasPublishTopicPermission(String topicName51,
String username52)
Auto generated method signature
|
TopicNode |
getAllTopics()
Auto generated method signature
|
int |
getAllWSSubscriptionCountForTopic(String topic56)
Auto generated method signature
|
Subscription[] |
getAllWSSubscriptionsForTopic(String topic42,
int startingIndex43,
int maxSubscriptionCount44)
Auto generated method signature
|
Subscription[] |
getJMSSubscriptionsForTopic(String topic88)
Auto generated method signature
|
TopicNode |
getPaginatedTopicTree(String topicPath78,
int startIndex79,
int numberOfTopicsPerRound80)
Auto generated method signature
|
TopicRolePermission[] |
getTopicRolePermissions(String topic38)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
Subscription[] |
getWsSubscriptionsForTopic(String topic96)
Auto generated method signature
|
void |
publishToTopic(String content103,
String topicName104)
Auto generated method signature
|
boolean |
removeTopic(String topic107)
Auto generated method signature
|
void |
startaddTopic(String topic35,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasAddTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDeleteTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDetailsTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasPublishTopicPermission(String topicName71,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasAddTopicPermission(String username84,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteTopicPermission(String username60,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDetailsTopicPermission(String username92,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPublishTopicPermission(String topicName51,
String username52,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTopics(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionCountForTopic(String topic56,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionsForTopic(String topic42,
int startingIndex43,
int maxSubscriptionCount44,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJMSSubscriptionsForTopic(String topic88,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedTopicTree(String topicPath78,
int startIndex79,
int numberOfTopicsPerRound80,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicRolePermissions(String topic38,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWsSubscriptionsForTopic(String topic96,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpublishToTopic(String content103,
String topicName104,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveTopic(String topic107,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdatePermission(String topic67,
TopicRolePermission[] topicRolePermissions68,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String topic67,
TopicRolePermission[] topicRolePermissions68)
Auto generated method signature
|
boolean checkCurrentUserHasDetailsTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasDetailsTopicPermission31
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasDetailsTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDetailsTopicPermission31
- RemoteException
void addTopic(String topic35) throws RemoteException, AndesEventAdminServiceEventAdminException
addTopic34
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startaddTopic(String topic35, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
addTopic34
- RemoteException
TopicRolePermission[] getTopicRolePermissions(String topic38) throws RemoteException, AndesEventAdminServiceEventAdminException
getTopicRolePermissions37
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetTopicRolePermissions(String topic38, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getTopicRolePermissions37
- RemoteException
Subscription[] getAllWSSubscriptionsForTopic(String topic42, int startingIndex43, int maxSubscriptionCount44) throws RemoteException, AndesEventAdminServiceEventAdminException
getAllWSSubscriptionsForTopic41
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllWSSubscriptionsForTopic(String topic42, int startingIndex43, int maxSubscriptionCount44, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionsForTopic41
- RemoteException
boolean checkCurrentUserHasDeleteTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasDeleteTopicPermission47
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteTopicPermission47
- RemoteException
boolean checkUserHasPublishTopicPermission(String topicName51, String username52) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasPublishTopicPermission50
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasPublishTopicPermission(String topicName51, String username52, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPublishTopicPermission50
- RemoteException
int getAllWSSubscriptionCountForTopic(String topic56) throws RemoteException, AndesEventAdminServiceEventAdminException
getAllWSSubscriptionCountForTopic55
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllWSSubscriptionCountForTopic(String topic56, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionCountForTopic55
- RemoteException
boolean checkUserHasDeleteTopicPermission(String username60) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasDeleteTopicPermission59
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasDeleteTopicPermission(String username60, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteTopicPermission59
- RemoteException
boolean checkCurrentUserHasAddTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasAddTopicPermission63
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasAddTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasAddTopicPermission63
- RemoteException
void updatePermission(String topic67, TopicRolePermission[] topicRolePermissions68) throws RemoteException, AndesEventAdminServiceEventAdminException
updatePermission66
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startupdatePermission(String topic67, TopicRolePermission[] topicRolePermissions68, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
updatePermission66
- RemoteException
boolean checkCurrentUserHasPublishTopicPermission(String topicName71) throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasPublishTopicPermission70
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasPublishTopicPermission(String topicName71, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPublishTopicPermission70
- RemoteException
TopicNode getAllTopics() throws RemoteException, AndesEventAdminServiceEventAdminException
getAllTopics74
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllTopics(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllTopics74
- RemoteException
TopicNode getPaginatedTopicTree(String topicPath78, int startIndex79, int numberOfTopicsPerRound80) throws RemoteException, AndesEventAdminServiceEventAdminException
getPaginatedTopicTree77
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetPaginatedTopicTree(String topicPath78, int startIndex79, int numberOfTopicsPerRound80, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getPaginatedTopicTree77
- RemoteException
boolean checkUserHasAddTopicPermission(String username84) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasAddTopicPermission83
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasAddTopicPermission(String username84, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasAddTopicPermission83
- RemoteException
Subscription[] getJMSSubscriptionsForTopic(String topic88) throws RemoteException, AndesEventAdminServiceEventAdminException
getJMSSubscriptionsForTopic87
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetJMSSubscriptionsForTopic(String topic88, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getJMSSubscriptionsForTopic87
- RemoteException
boolean checkUserHasDetailsTopicPermission(String username92) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasDetailsTopicPermission91
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasDetailsTopicPermission(String username92, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDetailsTopicPermission91
- RemoteException
Subscription[] getWsSubscriptionsForTopic(String topic96) throws RemoteException, AndesEventAdminServiceEventAdminException
getWsSubscriptionsForTopic95
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetWsSubscriptionsForTopic(String topic96, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getWsSubscriptionsForTopic95
- RemoteException
String[] getUserRoles() throws RemoteException, AndesEventAdminServiceEventAdminException
getUserRoles99
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetUserRoles(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles99
- RemoteException
void publishToTopic(String content103, String topicName104) throws RemoteException, AndesEventAdminServiceEventAdminException
publishToTopic102
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startpublishToTopic(String content103, String topicName104, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
publishToTopic102
- RemoteException
boolean removeTopic(String topic107) throws RemoteException, AndesEventAdminServiceEventAdminException
removeTopic106
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startremoveTopic(String topic107, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
removeTopic106
- RemoteException
Copyright © 2017 WSO2. All rights reserved.