Package org.wso2.carbon.andes.admin.util
Class AndesBrokerManagerAdminServiceDSHolder
java.lang.Object
org.wso2.carbon.andes.admin.util.AndesBrokerManagerAdminServiceDSHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wso2.carbon.andes.core.QueueManagerServiceorg.wso2.carbon.andes.core.SubscriptionManagerServicevoidregisterQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) voidregisterSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService) voidsetAccessKey(String accessKey) voidunRegisterQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) voidunRegisterSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService)
-
Constructor Details
-
AndesBrokerManagerAdminServiceDSHolder
public AndesBrokerManagerAdminServiceDSHolder()
-
-
Method Details
-
getInstance
-
getQueueManagerService
public org.wso2.carbon.andes.core.QueueManagerService getQueueManagerService() -
getSubscriptionManagerService
public org.wso2.carbon.andes.core.SubscriptionManagerService getSubscriptionManagerService() -
registerQueueManagerService
public void registerQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) -
unRegisterQueueManagerService
public void unRegisterQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) -
setAccessKey
-
getAccessKey
-
registerSubscriptionManagerService
public void registerSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService) -
unRegisterSubscriptionManagerService
public void unRegisterSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService)
-