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
          JCo Server APIs.
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 a server instance.
JCoServerFunctionHandler
          Interface for the function handler.
JCoServerFunctionHandlerFactory
          Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
JCoServerRequestHandler
          Interface for the request handler.
Request handler that needs to be implemented by the server application.
JCoServerRequestHandlerFactory
          Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
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-2014 SAP AG. All Rights Reserved.