Uses of Class
org.apache.synapse.ServerContextInformation
-
Packages that use ServerContextInformation Package Description org.apache.synapse org.apache.synapse.core org.apache.synapse.core.axis2 org.apache.synapse.deployers -
-
Uses of ServerContextInformation in org.apache.synapse
Fields in org.apache.synapse declared as ServerContextInformation Modifier and Type Field Description protected ServerContextInformation
Axis2SynapseController. serverContextInformation
Runtime information about the serverMethods in org.apache.synapse that return ServerContextInformation Modifier and Type Method Description ServerContextInformation
ServerManager. getServerContextInformation()
Returns the ServerContextInformation, if the system is initialized and if not a Runtime Exception of typeSynapseException
will be thrownMethods in org.apache.synapse with parameters of type ServerContextInformation Modifier and Type Method Description static ServerState
ServerStateDetectionStrategy. currentState(ServerContextInformation contextInformation, ServerConfigurationInformation information)
Determine the next possible server state based on current states and other factsvoid
Axis2SynapseController. init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation)
Initialization of the synapse controllerServerState
ServerManager. init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation)
Initializes the server, if we need to create a new axis2 instance, calling this will create the new axis2 environment, but this won't start the transport listenersvoid
SynapseController. init(ServerConfigurationInformation configurationInformation, ServerContextInformation contextInformation)
Initialization of the synapse controller -
Uses of ServerContextInformation in org.apache.synapse.core
Methods in org.apache.synapse.core that return ServerContextInformation Modifier and Type Method Description ServerContextInformation
SynapseEnvironment. getServerContextInformation()
Get the information about the synapse environment. -
Uses of ServerContextInformation in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return ServerContextInformation Modifier and Type Method Description ServerContextInformation
Axis2SynapseEnvironment. getServerContextInformation()
Retrieve theServerContextInformation
from theenvironment.
Methods in org.apache.synapse.core.axis2 with parameters of type ServerContextInformation Modifier and Type Method Description void
Axis2SynapseEnvironment. setSeverDebugMode(ServerContextInformation contextInformation)
this method is to set the debug mode is enabled and initializes the debug manager debug mode is enabled is set for each time Synapse configuration is changed and Synapse environment initializesConstructors in org.apache.synapse.core.axis2 with parameters of type ServerContextInformation Constructor Description Axis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx, SynapseConfiguration synapseConfig, ServerContextInformation contextInformation)
SynapseCallbackReceiver(SynapseConfiguration synCfg, ServerContextInformation contextInformation)
Create the *single* instance of this class that would be used by all anonymous services used for outgoing messaging.TimeoutHandler(Map callbacks, ServerContextInformation contextInfo)
-
Uses of ServerContextInformation in org.apache.synapse.deployers
Methods in org.apache.synapse.deployers that return ServerContextInformation Modifier and Type Method Description protected ServerContextInformation
AbstractSynapseArtifactDeployer. getServerContextInformation()
-