Class ConfigurationTrackingServiceImpl
- java.lang.Object
-
- org.wso2.carbon.mediation.dependency.mgt.services.ConfigurationTrackingServiceImpl
-
- All Implemented Interfaces:
ConfigurationTrackingService
public class ConfigurationTrackingServiceImpl extends Object implements ConfigurationTrackingService
-
-
Constructor Summary
Constructors Constructor Description ConfigurationTrackingServiceImpl(org.osgi.framework.BundleContext bndCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setServiceRegistered(boolean registered)
void
setSynapseConfiguration(org.apache.synapse.config.SynapseConfiguration synCfg)
-
-
-
Method Detail
-
setSynapseConfiguration
public void setSynapseConfiguration(org.apache.synapse.config.SynapseConfiguration synCfg)
- Specified by:
setSynapseConfiguration
in interfaceConfigurationTrackingService
-
setServiceRegistered
public void setServiceRegistered(boolean registered)
-
-