public class ConnectorService extends Object
Constructor and Description |
---|
ConnectorService() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService cfgCtxService) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmservice) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void |
setSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService) |
protected void |
setSynapseEnvironmentService(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService)
Here we receive an event about the creation of a SynapseEnvironment.
|
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService cfgCtxService) |
void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmservice) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService) |
protected void |
unsetSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService) |
protected void |
unsetSynapseEnvironmentService(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService)
Here we receive an event about Destroying a SynapseEnvironment.
|
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext context)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService cfgCtxService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService cfgCtxService)
protected void setSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
protected void unsetSynapseConfigurationService(org.wso2.carbon.mediation.initializer.services.SynapseConfigurationService synapseConfigurationService)
protected void setSynapseEnvironmentService(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService)
synapseEnvironmentService
- SynapseEnvironmentService which contains information
about the new Synapse Instanceprotected void unsetSynapseEnvironmentService(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService)
synapseEnvironmentService
- synapseEnvironmentprotected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService regService)
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmservice)
realmservice
- public void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmservice)
Copyright © 2018 WSO2. All rights reserved.