Package org.wso2.carbon.andes.admin.util
Class AndesBrokerManagerAdminServiceDS
java.lang.Object
org.wso2.carbon.andes.admin.util.AndesBrokerManagerAdminServiceDS
this class is used to get the QueueMangerInterface service. it is used to send the
requests received from the Admin service to real cep engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext context) protected voidsetAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService) protected voidsetQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) protected voidsetSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService) protected voidunsetAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService) protected voidunSetQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) protected voidunSetSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService)
-
Constructor Details
-
AndesBrokerManagerAdminServiceDS
public AndesBrokerManagerAdminServiceDS()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext context) -
setQueueManagerService
protected void setQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) -
unSetQueueManagerService
protected void unSetQueueManagerService(org.wso2.carbon.andes.core.QueueManagerService cepService) -
setSubscriptionManagerService
protected void setSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService) -
unSetSubscriptionManagerService
protected void unSetSubscriptionManagerService(org.wso2.carbon.andes.core.SubscriptionManagerService subscriptionManagerService) -
setAccessKey
protected void setAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService) -
unsetAccessKey
protected void unsetAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService)
-