Uses of Package
com.sap.conn.jco.server

Packages that use com.sap.conn.jco.server
com.sap.conn.jco.monitor Contains all interfaces of JCo related to monitoring. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Classes in com.sap.conn.jco.server used by com.sap.conn.jco.monitor
JCoServerState
          JCoServerState reflects the possible states of a JCoServer.
 

Classes in com.sap.conn.jco.server used by com.sap.conn.jco.server
DefaultServerHandlerFactory
          This class is the base for a trivial default implementation of JCoServerFunctionHandlerFactory and JCoServerRequestHandlerFactory.
JCoApplicationAuthorizationException
          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
JCoServer
          The JCoServer interface provides access to the public APIs in the JCo server implementation.
JCoServerAuthorizationData
          Authorization parameters sent by the caller system JCoServerAuthorizationData will be passed to the JCoSecurityHandler, if ones is installed, on each call.
JCoServerCallHandlerFactory
          JCoServerCallHandlerFactory is the base interface for the JCoServerFunctionHandlerFactory and JCoServerRequestHandlerFactory.
JCoServerCallType
          Describes all types of requests a server can receive via RFC from the ABAP client.
JCoServerContext
          JCoServerContext provides additional information for the remote call
JCoServerContextInfo
          JCoServerContextInfo provides additional information of the remote system and the context of the request.
JCoServerErrorListener
          Listener interface for the errors occurred inside of the JCoServer.
JCoServerExceptionListener
          Listener interface for the exceptions occurred inside of the JCoServer in the JCo runtime.
JCoServerFactory
          Factory for creating server instances used by JCo applications.
JCoServerFunctionHandler
          Interface for the function handler.
JCoServerFunctionHandlerFactory
          Factory for creating function handlers for a server instance.
JCoServerRequestHandler
          Interface for the request handler.
Request handler that needs to be implemented by the server application.
JCoServerRequestHandlerFactory
          Factory for creating request handlers for a server instance.
JCoServerRunnable
          Interface marker for the runnable-s used by the JCo server internally.
JCoServerSecurityHandler
          Security Handler will be asked to check the permissions of the user, who initiated a remote call.
JCoServerState
          JCoServerState reflects the possible states of a JCoServer.
JCoServerStateChangedListener
          JCo server state change listener interface.
JCoServerThreadStarter
          Interface can be implemented by the infrastructure within an application server.
JCoServerTIDHandler
          This interface defines methods to handle transactions being received from an SAP system.
JCoServerUnitIDHandler
          This interface defines methods to handle a function unit received by a JCoServer.
 



Copyright © 2008-2016 SAP SE. All Rights Reserved.