public class QpidServiceComponent extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
MODE_DEFAULT |
protected static String |
MODE_STANDALONE |
Constructor and Description |
---|
QpidServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctx) |
protected void |
setAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Access ConfigurationContextService, which is exposed as an OSGI service, to read cluster configuration.
|
protected void |
setEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService) |
protected void |
setIServerAdmin(org.wso2.carbon.server.admin.common.IServerAdmin iServerAdmin)
Access IServerAdmin, which is exposed as an OSGi service, to call the graceful shutdown method in the carbon
kernel.
|
protected void |
setQpidNotificationService(org.wso2.andes.wso2.service.QpidNotificationService qpidNotificationService) |
protected void |
setServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
protected void |
unsetAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
unsetEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService) |
protected void |
unsetIServerAdmin(org.wso2.carbon.server.admin.common.IServerAdmin iServerAdmin)
Unset IServerAdmin OSGi service
|
protected void |
unsetQpidNotificationService(org.wso2.andes.wso2.service.QpidNotificationService qpidNotificationService) |
protected void |
unsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
protected static final String MODE_STANDALONE
protected static final String MODE_DEFAULT
protected void activate(org.osgi.service.component.ComponentContext context) throws org.wso2.andes.kernel.AndesException
org.wso2.andes.kernel.AndesException
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
protected void setAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService)
protected void unsetAccessKey(org.wso2.carbon.andes.authentication.service.AuthenticationService authenticationService)
protected void setQpidNotificationService(org.wso2.andes.wso2.service.QpidNotificationService qpidNotificationService)
protected void unsetQpidNotificationService(org.wso2.andes.wso2.service.QpidNotificationService qpidNotificationService)
protected void setServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void unsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void setEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService)
protected void unsetEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
configurationContextService
- ConfigurationContextService from the OSGI serviceprotected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void setIServerAdmin(org.wso2.carbon.server.admin.common.IServerAdmin iServerAdmin)
protected void unsetIServerAdmin(org.wso2.carbon.server.admin.common.IServerAdmin iServerAdmin)
Copyright © 2023 WSO2. All rights reserved.