Package | Description |
---|---|
com.sap.conn.jco.server |
Modifier and Type | Method and Description |
---|---|
JCoServerState |
JCoServer.getState()
Returns the current state of this server.
|
static JCoServerState |
JCoServerState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoServerStateChangedListener.serverStateChangeOccurred(JCoServer server,
JCoServerState oldState,
JCoServerState newState)
This method is called whenever a server state change occurred.
|
Copyright © 2024 SAP. All rights reserved.