Class AndesBrokerManagerAdminServiceDS

java.lang.Object
org.wso2.carbon.andes.admin.util.AndesBrokerManagerAdminServiceDS

public class AndesBrokerManagerAdminServiceDS extends Object
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 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)