Interface TopicManagerAdminService
-
- All Known Implementing Classes:
TopicManagerAdminServiceStub
public interface TopicManagerAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTopic(String topic15)Auto generated method signature for Asynchronous InvocationsTopicNodegetAllTopics()Auto generated method signatureintgetAllWSSubscriptionCountForTopic(String topic17)Auto generated method signatureSubscription[]getAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27)Auto generated method signatureSubscription[]getJMSSubscriptionsForTopic(String topic45)Auto generated method signatureTopicRolePermission[]getTopicRolePermissions(String topic21)Auto generated method signatureString[]getUserRoles()Auto generated method signatureSubscription[]getWsSubscriptionsForTopic(String topic37)Auto generated method signaturebooleanremoveTopic(String topic41)Auto generated method signaturevoidstartgetAllTopics(TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllWSSubscriptionCountForTopic(String topic17, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetJMSSubscriptionsForTopic(String topic45, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetTopicRolePermissions(String topic21, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetUserRoles(TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetWsSubscriptionsForTopic(String topic37, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartremoveTopic(String topic41, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidupdatePermission(String topic49, TopicRolePermission[] topicRolePermissions50)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
addTopic
void addTopic(String topic15) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature for Asynchronous Invocations
-
getAllWSSubscriptionCountForTopic
int getAllWSSubscriptionCountForTopic(String topic17) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getAllWSSubscriptionCountForTopic16-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetAllWSSubscriptionCountForTopic
void startgetAllWSSubscriptionCountForTopic(String topic17, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllWSSubscriptionCountForTopic16-- Throws:
RemoteException
-
getTopicRolePermissions
TopicRolePermission[] getTopicRolePermissions(String topic21) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getTopicRolePermissions20-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetTopicRolePermissions
void startgetTopicRolePermissions(String topic21, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getTopicRolePermissions20-- Throws:
RemoteException
-
getAllWSSubscriptionsForTopic
Subscription[] getAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getAllWSSubscriptionsForTopic24-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetAllWSSubscriptionsForTopic
void startgetAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllWSSubscriptionsForTopic24-- Throws:
RemoteException
-
getAllTopics
TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getAllTopics30-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetAllTopics
void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllTopics30-- Throws:
RemoteException
-
getUserRoles
String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getUserRoles33-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetUserRoles
void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getUserRoles33-- Throws:
RemoteException
-
getWsSubscriptionsForTopic
Subscription[] getWsSubscriptionsForTopic(String topic37) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getWsSubscriptionsForTopic36-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetWsSubscriptionsForTopic
void startgetWsSubscriptionsForTopic(String topic37, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getWsSubscriptionsForTopic36-- Throws:
RemoteException
-
removeTopic
boolean removeTopic(String topic41) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
removeTopic40-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startremoveTopic
void startremoveTopic(String topic41, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
removeTopic40-- Throws:
RemoteException
-
getJMSSubscriptionsForTopic
Subscription[] getJMSSubscriptionsForTopic(String topic45) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Parameters:
getJMSSubscriptionsForTopic44-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
startgetJMSSubscriptionsForTopic
void startgetJMSSubscriptionsForTopic(String topic45, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getJMSSubscriptionsForTopic44-- Throws:
RemoteException
-
updatePermission
void updatePermission(String topic49, TopicRolePermission[] topicRolePermissions50) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature for Asynchronous Invocations
-
-