Class ServiceBusInitializer
java.lang.Object
org.wso2.carbon.mediation.initializer.ServiceBusInitializer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext ctxt) voidcreateSynapseDebugEnvironment(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 initializesprotected voiddeactivate(org.osgi.service.component.ComponentContext ctxt) static org.wso2.carbon.application.deployer.service.ApplicationManagerServicestatic org.apache.synapse.ServerConfigurationInformationstatic org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingServicestatic org.wso2.carbon.event.core.EventBrokerprotected static org.wso2.carbon.registry.core.service.RegistryServiceprotected static org.apache.synapse.ServerConfigurationInformationstatic booleanstatic booleanprotected voidsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) protected voidsetConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) protected voidsetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) protected voidsetInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint) protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) protected voidsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) protected voidsetSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) protected voidsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) protected voidsetTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) protected voidsetTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService taskService) protected voidunsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) protected voidunsetConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) protected voidunSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) protected voidunsetInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint) protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) protected voidunsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) protected voidunsetSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) protected voidunsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) protected voidunsetTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) protected voidunsetTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService ntaskService)
-
Constructor Details
-
ServiceBusInitializer
public ServiceBusInitializer()
-
-
Method Details
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt) -
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt) -
isRunningSamplesMode
public static boolean isRunningSamplesMode() -
isRunningDebugMode
public static boolean isRunningDebugMode() -
createSynapseDebugEnvironment
public 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- Parameters:
contextInfo- Server Context Information
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) -
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) -
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) -
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) -
setSynapseRegistryService
protected void setSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) -
unsetSynapseRegistryService
protected void unsetSynapseRegistryService(org.wso2.carbon.mediation.registry.services.SynapseRegistryService synapseRegistryService) -
setTaskDescriptionRepositoryService
protected void setTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) -
unsetTaskDescriptionRepositoryService
protected void unsetTaskDescriptionRepositoryService(org.wso2.carbon.task.services.TaskDescriptionRepositoryService repositoryService) -
setTaskSchedulerService
protected void setTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) -
unsetTaskSchedulerService
protected void unsetTaskSchedulerService(org.wso2.carbon.task.services.TaskSchedulerService schedulerService) -
setSecretCallbackHandlerService
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) -
unsetSecretCallbackHandlerService
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService) -
setAppManager
protected void setAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) -
unsetAppManager
protected void unsetAppManager(org.wso2.carbon.application.deployer.service.ApplicationManagerService appService) -
setConfigTrackingService
protected void setConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) -
unsetConfigTrackingService
protected void unsetConfigTrackingService(org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService configTrackingService) -
setEventBroker
protected void setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) -
unSetEventBroker
protected void unSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker) -
setTaskService
protected void setTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService taskService) -
unsetTaskService
protected void unsetTaskService(org.wso2.carbon.mediation.ntask.internal.NtaskService ntaskService) -
getEventBroker
public static org.wso2.carbon.event.core.EventBroker getEventBroker() -
getConfigurationTrackingService
public static org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingService getConfigurationTrackingService() -
getAppManager
public static org.wso2.carbon.application.deployer.service.ApplicationManagerService getAppManager() -
getConfigurationInformation
public static org.apache.synapse.ServerConfigurationInformation getConfigurationInformation() -
getRegistryService
protected static org.wso2.carbon.registry.core.service.RegistryService getRegistryService() -
getServerConfigurationInformation
protected static org.apache.synapse.ServerConfigurationInformation getServerConfigurationInformation() -
setInboundPersistenceService
protected void setInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint) -
unsetInboundPersistenceService
protected void unsetInboundPersistenceService(org.wso2.carbon.inbound.endpoint.persistence.service.InboundEndpointPersistenceService inboundEndpoint)
-