Uses of Enum
com.sap.conn.jco.server.JCoServerState
Packages that use JCoServerState
-
Uses of JCoServerState in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoServerStateModifier and TypeMethodDescriptionJCoServer.getState()
Returns the current state of this server.static JCoServerState
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 JCoServerStateModifier and TypeMethodDescriptionvoid
JCoServerStateChangedListener.serverStateChangeOccurred
(JCoServer server, JCoServerState oldState, JCoServerState newState) This method is called whenever a server state change occurred.