public class SynapseAppDeployerDSComponent extends Object implements org.osgi.framework.ServiceListener
| Constructor and Description |
|---|
SynapseAppDeployerDSComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static Map<String,List<org.wso2.carbon.application.deployer.Feature>> |
getRequiredFeatures() |
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent) |
protected void |
setSynapseEnvironmentService(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService)
Here we receive an event about the creation of a SynapseEnvironment.
|
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 ctxt)
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 - synapseEnvironmentpublic static Map<String,List<org.wso2.carbon.application.deployer.Feature>> getRequiredFeatures()
public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerCopyright © 2019 WSO2. All rights reserved.