Uses of Class
com.sap.conn.jco.server.JCoServerState

Packages that use JCoServerState
com.sap.conn.jco.monitor Contains all interfaces of JCo related to monitoring. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoServerState in com.sap.conn.jco.monitor
 

Methods in com.sap.conn.jco.monitor that return JCoServerState
 JCoServerState JCoServerMonitor.getState()
          Returns the current state of the server instance
 

Uses of JCoServerState in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that return JCoServerState
 JCoServerState JCoServer.getState()
          Returns the current state of the server instance.
static JCoServerState JCoServerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JCoServerState[] JCoServerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sap.conn.jco.server with parameters of type JCoServerState
 void JCoServerStateChangedListener.serverStateChangeOccurred(JCoServer server, JCoServerState oldState, JCoServerState newState)
          This method is called whenever a server state change occurred.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.