public class QpidServiceDataHolder extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey()
Get stored access key that was received when the bundle started up
|
List<BrokerLifecycleListener> |
getBrokerLifecycleListeners()
Get list of external andes server shutdown listeners
|
org.wso2.carbon.base.api.ServerConfigurationService |
getCarbonConfiguration()
Get Carbon ServerConfiguration instance
|
org.wso2.carbon.andes.event.core.EventBundleNotificationService |
getEventBundleNotificationService() |
static QpidServiceDataHolder |
getInstance() |
org.wso2.carbon.server.admin.common.IServerAdmin |
getService()
Get IServerAdmin that was stored when the bundle started up
|
void |
registerEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService) |
void |
setAccessKey(String accessKey)
Store access key received from the authentication service when the bundle activates
|
void |
setBrokerLifecycleListeners(List<BrokerLifecycleListener> brokerLifecycleListeners)
Set the list of external andes server shutdown listeners
|
void |
setCarbonConfiguration(org.wso2.carbon.base.api.ServerConfigurationService carbonConfiguration)
Set Carbon ServerConfiguration instance
|
void |
setService(org.wso2.carbon.server.admin.common.IServerAdmin service)
Store IServerAdmin; that was received when the bundle started up
|
public org.wso2.carbon.server.admin.common.IServerAdmin getService()
public void setService(org.wso2.carbon.server.admin.common.IServerAdmin service)
service
- public static QpidServiceDataHolder getInstance()
public void setAccessKey(String accessKey)
accessKey
- public String getAccessKey()
public void setCarbonConfiguration(org.wso2.carbon.base.api.ServerConfigurationService carbonConfiguration)
carbonConfiguration
- public org.wso2.carbon.base.api.ServerConfigurationService getCarbonConfiguration()
public void registerEventBundleNotificationService(org.wso2.carbon.andes.event.core.EventBundleNotificationService eventBundleNotificationService)
public org.wso2.carbon.andes.event.core.EventBundleNotificationService getEventBundleNotificationService()
public List<BrokerLifecycleListener> getBrokerLifecycleListeners()
public void setBrokerLifecycleListeners(List<BrokerLifecycleListener> brokerLifecycleListeners)
brokerLifecycleListeners
- Copyright © 2022 WSO2. All rights reserved.