Uses of Interface
com.sap.conn.jco.server.JCoServerContextInfo
Packages that use JCoServerContextInfo
-
Uses of JCoServerContextInfo in com.sap.conn.jco.server
Subinterfaces of JCoServerContextInfo in com.sap.conn.jco.serverModifier and TypeInterfaceDescriptioninterface
JCoServerContext provides additional information for the remote call.Methods in com.sap.conn.jco.server with parameters of type JCoServerContextInfoModifier and TypeMethodDescriptiondefault 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).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.