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.
    Using this exception the application's security handler notifies the sender system, that the user, who initiated a remote call, does not have access to the server.
    Using this exception the application's security handler notifies the sender system, that the user, who initiated a remote call, does not have enough permissions.
    The JCoServer interface provides access to the public APIs in the JCo server implementation.
    Authentication parameters sent by the caller system.
    Mode for each JCoServerAuthenticationData object.
    Authorization parameters sent by the caller system It will be passed to the JCoServerSecurityHandler on each call.
    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.
    Security Handler will be asked to check the permissions of the user, who initiated a remote 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.
    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.