|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerContextInformation | |
|---|---|
| org.apache.synapse | |
| org.apache.synapse.config | |
| 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 | |
|---|---|
protected ServerContextInformation |
Axis2SynapseController.serverContextInformation
Runtime information about the server |
| Methods in org.apache.synapse that return ServerContextInformation | |
|---|---|
ServerContextInformation |
ServerManager.getServerContextInformation()
Returns the ServerContextInformation, if the system is initialized and if not a Runtime Exception of type SynapseException will be thrown |
| Methods in org.apache.synapse with parameters of type ServerContextInformation | |
|---|---|
static ServerState |
ServerStateDetectionStrategy.currentState(ServerContextInformation contextInformation,
ServerConfigurationInformation information)
Determine the next possible server state based on current states and other facts |
void |
Axis2SynapseController.init(ServerConfigurationInformation serverConfigurationInformation,
ServerContextInformation serverContextInformation)
Initialization of the synapse controller |
ServerState |
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 listeners |
void |
SynapseController.init(ServerConfigurationInformation configurationInformation,
ServerContextInformation contextInformation)
Initialization of the synapse controller |
| Uses of ServerContextInformation in org.apache.synapse.config |
|---|
| Methods in org.apache.synapse.config with parameters of type ServerContextInformation | |
|---|---|
static StatisticsCollector |
SynapseConfigUtils.getStatisticsCollector(ServerContextInformation contextInfo)
Get the StatisticsCollector from synapse env. |
| Uses of ServerContextInformation in org.apache.synapse.core |
|---|
| Methods in org.apache.synapse.core that return ServerContextInformation | |
|---|---|
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 | |
|---|---|
ServerContextInformation |
Axis2SynapseEnvironment.getServerContextInformation()
Retrieve the ServerContextInformation from the environment. |
| Constructors in org.apache.synapse.core.axis2 with parameters of type ServerContextInformation | |
|---|---|
Axis2SynapseEnvironment(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 | |
|---|---|
protected ServerContextInformation |
AbstractSynapseArtifactDeployer.getServerContextInformation()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||