public class ConfigurationHolder extends Object
Modifier and Type | Method and Description |
---|---|
void |
addSynapseRegistration(int tenanId,
org.osgi.framework.ServiceRegistration serviceRegistration) |
org.osgi.framework.BundleContext |
getBundleContext() |
static ConfigurationHolder |
getInstance() |
org.osgi.framework.ServiceRegistration |
getSynapseRegistration(int tenantId) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
public static ConfigurationHolder getInstance()
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void addSynapseRegistration(int tenanId, org.osgi.framework.ServiceRegistration serviceRegistration)
public org.osgi.framework.ServiceRegistration getSynapseRegistration(int tenantId)
Copyright © 2021 WSO2. All rights reserved.