| Package | Description |
|---|---|
| com.sap.conn.jco.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCoServerContext
JCoServerContext provides additional information for the remote call.
|
| Modifier and Type | Method and Description |
|---|---|
JCoRepository |
JCoServer.getRepository(JCoServerContextInfo serverContext)
Returns the repository instance used by this server instance for the specified request context.
|
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. |
Copyright © 2023 SAP. All rights reserved.