Package | Description |
---|---|
com.sap.conn.jco.server |
Modifier and Type | Method and Description |
---|---|
static JCoServer |
JCoServerFactoryCF.getServer()
Return the available JCo server instance.
|
JCoServer |
JCoServerContextInfo.getServer()
Returns the reference to the server instance handling the remote call.
|
protected abstract JCoServer |
JCoServerFactoryCF.getServerInstance()
Do not use this method.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoServerErrorListener.serverErrorOccurred(JCoServer server,
String connectionID,
JCoServerContextInfo serverCtx,
Error error)
Called when a server error occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event. |
void |
JCoServerExceptionListener.serverExceptionOccurred(JCoServer server,
String connectionID,
JCoServerContextInfo serverCtx,
Exception exception)
Called when a server exception occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event. |
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.