Package com.sap.conn.jco.server


package com.sap.conn.jco.server
  • Class
    Description
    This annotation needs to be set at the implementing classes of JCoServerFunctionHandler in order to register their implementation at the server instance during webapp startup.
    Please make sure, to only specify over all your annotations each functionName only once.
    Deprecated.
    Will be removed in a future release without further notice.
    Deprecated.
    Will be removed in a future release without further notice.
    The JCoServer interface provides access to the public APIs in the JCo server implementation.
    Authentication data sent by the caller system.
    Deprecated.
    Will be removed in a future release without further notice.
    Type of the JCoServerAuthenticationData object.
    This exception is used by a JCo server's security handler for notifying a caller system, that the user, who initiated a remote function call, does not have access to the corresponding JCoServer instance.
    Deprecated.
    Will be removed in a future release without further notice.
    This exception is used by a JCo server's security handler for notifying a caller system, that the user, who initiated a remote function call, does not have the authorization for invoking this function module in the corresponding JCoServer instance.
    Describes all types of requests a server can receive via RFC from the ABAP client.
    JCoServerContext provides additional information for the remote call.
    JCoServerContextInfo provides additional information of the remote system and the context of the request.
    Listener interface for the errors occurred inside of the JCoServer.
    Listener interface for the exceptions occurred inside of the JCoServer in the JCo runtime.
    Factory for creating the server instance used by JCo applications in the CF Environment.
    Interface for the function handler.
    The security handler will be called for authenticating user credentials and for checking the permissions of the user, who initiated a remote function call.
    JCoServerState reflects the possible states of a JCoServer.
    JCo server state change listener interface.
    This interface defines methods to handle transactions being received from an SAP system.
    This interface defines methods to handle a function unit received by a JCoServer.
    Interface providing information about an authenticated user in the context of a JCoServer instance.
    This annotation needs to be set at the implementing classes of JCoServerSecurityHandler in order to register their implementation at the server instance during webapp startup.
    Please make sure, to only specify one class with this annotation.
    This annotation needs to be set at the implementing classes of JCoServerTIDHandler in order to register their implementation at the server instance during webapp startup.
    Please make sure, to only specify one class with this annotation.
    This annotation needs to be set at the implementing classes of JCoServerUnitIDHandler in order to register their implementation at the server instance during webapp startup.
    Please make sure, to only specify one class with this annotation.