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 JCoServerUserContext
JCoServerSecurityHandler.authenticate
(JCoServerContextInfo serverCtxInfo, JCoServerAuthenticationData... authenticationData) This method will be invoked by the JCo runtime for each new session which is established.default void
JCoServerSecurityHandler.checkAuthentication
(JCoServerContextInfo serverCtxInfo, JCoServerAuthenticationData... authenticationData) Deprecated.Will be removed in a future release without further notice.default void
JCoServerSecurityHandler.checkAuthorization
(JCoServerContextInfo serverCtxInfo, JCoServerUserContext userContext, String functionName) This method will be invoked by the JCo runtime on each remote function call.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.