Uses of Class
org.apache.synapse.ServerState

Packages that use ServerState
org.apache.synapse   
 

Uses of ServerState in org.apache.synapse
 

Methods in org.apache.synapse that return ServerState
static ServerState ServerStateDetectionStrategy.currentState(ServerContextInformation contextInformation, ServerConfigurationInformation information)
          Determine the next possible server state based on current states and other facts
 ServerState ServerManager.endMaintenance()
          Ends server maintenance resuming transport listeners, senders and tasks.
 ServerState ServerContextInformation.getServerState()
           
 ServerState ServerManager.getServerState()
          Retrieves the state of the server.
 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
 ServerState ServerManager.shutdown()
          Shuts down the Server instance.
 ServerState ServerManager.start()
          Starts the system, if the system is initialized, and if not a Runtime exception of type SynapseException will be thrown
 ServerState ServerManager.startMaintenance()
          Put transport listeners and senders into maintenance mode.
 ServerState ServerManager.stop()
          Stops the system, if it is started and if not a Runtime exception of type SynapseException will be thrown
 ServerState ServerManager.stopGracefully(long maxWaitMillis)
          Perform a graceful stop of Synapse.
static ServerState ServerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerState[] ServerState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.synapse with parameters of type ServerState
 void ServerContextInformation.setServerState(ServerState serverState)
           
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.