Class AbstractServiceBusAdmin
- java.lang.Object
-
- org.wso2.carbon.core.AbstractAdmin
-
- org.wso2.carbon.mediation.initializer.AbstractServiceBusAdmin
-
public class AbstractServiceBusAdmin extends org.wso2.carbon.core.AbstractAdmin
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceBusAdmin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LockgetLock()protected MediationPersistenceManagergetMediationPersistenceManager()Helper method to get the persistence mangerprotected org.apache.synapse.ServerConfigurationInformationgetServerConfigurationInformation()protected org.apache.synapse.ServerContextInformationgetServerContextInformation()protected org.apache.synapse.config.SynapseConfigurationgetSynapseConfiguration()Helper method to retrieve the Synapse configuration from the relevant axis configurationprotected org.apache.synapse.core.SynapseEnvironmentgetSynapseEnvironment()Helper method to retrieve the Synapse environment from the relevant axis configurationprotected org.apache.synapse.core.SynapseEnvironmentgetSynapseEnvironment(org.apache.axis2.engine.AxisConfiguration axisCfg)protected voidlockSynapseConfiguration()protected voidunlockSynapseConfiguration()-
Methods inherited from class org.wso2.carbon.core.AbstractAdmin
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUserId, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp
-
-
-
-
Method Detail
-
getSynapseConfiguration
protected org.apache.synapse.config.SynapseConfiguration getSynapseConfiguration()
Helper method to retrieve the Synapse configuration from the relevant axis configuration- Returns:
- extracted SynapseConfiguration from the relevant AxisConfiguration
-
getSynapseEnvironment
protected org.apache.synapse.core.SynapseEnvironment getSynapseEnvironment()
Helper method to retrieve the Synapse environment from the relevant axis configuration- Returns:
- extracted SynapseEnvironment from the relevant AxisConfiguration
-
getSynapseEnvironment
protected org.apache.synapse.core.SynapseEnvironment getSynapseEnvironment(org.apache.axis2.engine.AxisConfiguration axisCfg)
-
getMediationPersistenceManager
protected MediationPersistenceManager getMediationPersistenceManager()
Helper method to get the persistence manger- Returns:
- persistence manager for this configuration context
-
getServerConfigurationInformation
protected org.apache.synapse.ServerConfigurationInformation getServerConfigurationInformation()
-
getServerContextInformation
protected org.apache.synapse.ServerContextInformation getServerContextInformation()
-
getLock
protected Lock getLock()
-
lockSynapseConfiguration
protected void lockSynapseConfiguration()
-
unlockSynapseConfiguration
protected void unlockSynapseConfiguration()
-
-