ServerContextInformation (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.synapse Class ServerContextInformation java.lang.Object org.apache.synapse.ServerContextInformation public class ServerContextInformation extends Object Encapsulates server context information Constructor Summary Constructors  Constructor and Description ServerContextInformation(Object serverContext, ServerConfigurationInformation serverConfigurationInformation)  ServerContextInformation(ServerConfigurationInformation serverConfigurationInformation)  Method Summary All Methods Instance Methods Concrete Methods  Modifier and Type Method and Description void addProperty(String key, Object value)  Object getProperty(String key)  ServerConfigurationInformation getServerConfigurationInformation()  Object getServerContext()  ServerState getServerState()  SynapseConfiguration getSynapseConfiguration()  SynapseEnvironment getSynapseEnvironment()  void setServerContext(Object serverContext)  void setServerState(ServerState serverState)  void setSynapseConfiguration(SynapseConfiguration synapseConfiguration)  void setSynapseEnvironment(SynapseEnvironment synapseEnvironment)  Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Constructor Detail ServerContextInformation public ServerContextInformation(ServerConfigurationInformation serverConfigurationInformation) ServerContextInformation public ServerContextInformation(Object serverContext, ServerConfigurationInformation serverConfigurationInformation) Method Detail getServerContext public Object getServerContext() setServerContext public void setServerContext(Object serverContext) addProperty public void addProperty(String key, Object value) getProperty public Object getProperty(String key) getServerState public ServerState getServerState() setServerState public void setServerState(ServerState serverState) getSynapseConfiguration public SynapseConfiguration getSynapseConfiguration() setSynapseConfiguration public void setSynapseConfiguration(SynapseConfiguration synapseConfiguration) getSynapseEnvironment public SynapseEnvironment getSynapseEnvironment() setSynapseEnvironment public void setSynapseEnvironment(SynapseEnvironment synapseEnvironment) getServerConfigurationInformation public ServerConfigurationInformation getServerConfigurationInformation() Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.