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 |
---|---|
default void |
JCoServerSecurityHandler.checkAuthentication(JCoServerContextInfo serverCtxInfo,
JCoServerAuthenticationData... authenticationData)
This API will be invoked by the JCo runtime on each new session which is established (or every time if it is stateless).
|
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 © 2024 SAP. All rights reserved.