public class ServiceBusInitializer extends Object
Modifier and Type | Class and Description |
---|---|
class |
ServiceBusInitializer.MPMShutdownHandler |
Constructor and Description |
---|
ServiceBusInitializer() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
void |
createSynapseDebugEnvironment(org.apache.synapse.ServerContextInformation contextInfo)
creates Synapse debug environment
creates TCP channels using command and event ports which initializes the interface to outer debugger
set the relevant information in the server configuration so that it can be used when Synapse environment
initializes
|
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static org.wso2.carbon.application.deployer.service.ApplicationManagerService |
getAppManager() |
static org.apache.synapse.ServerConfigurationInformation |
getConfigurationInformation() |
static org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService |
getConfigurationTrackingService() |
static org.wso2.carbon.event.core.EventBroker |
getEventBroker() |
protected static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
protected static org.apache.synapse.ServerConfigurationInformation |
getServerConfigurationInformation() |
static boolean |
isRunningDebugMode() |
static boolean |
isRunningSamplesMode() |
protected void |
setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) |
protected void |
setConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) |
protected void |
setInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void |
setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) |
protected void |
setSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) |
protected void |
setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) |
protected void |
setTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) |
protected void |
setTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService taskService) |
protected void |
unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) |
protected void |
unsetConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
unSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) |
protected void |
unsetInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void |
unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) |
protected void |
unsetSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) |
protected void |
unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) |
protected void |
unsetTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) |
protected void |
unsetTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService ntaskService) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
public static boolean isRunningSamplesMode()
public static boolean isRunningDebugMode()
public void createSynapseDebugEnvironment(org.apache.synapse.ServerContextInformation contextInfo)
contextInfo
- Server Context Informationprotected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void setSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService)
protected void unsetSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService)
protected void setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
protected void unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService)
protected void setTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService)
protected void unsetTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService)
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService)
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService)
protected void setConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService)
protected void unsetConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService)
protected void setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
protected void unSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
protected void setTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService taskService)
protected void unsetTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService ntaskService)
public static org.wso2.carbon.event.core.EventBroker getEventBroker()
public static org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService getConfigurationTrackingService()
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getAppManager()
public static org.apache.synapse.ServerConfigurationInformation getConfigurationInformation()
protected static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
protected static org.apache.synapse.ServerConfigurationInformation getServerConfigurationInformation()
protected void setInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint)
protected void unsetInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint)
Copyright © 2017 WSO2. All rights reserved.