Uses of Interface
com.sap.conn.jco.server.JCoServerContext

Packages that use JCoServerContext
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoServerContext in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that return JCoServerContext
 JCoServerContext JCoServerRunnable.getContext()
          Returns the current server context, if the runnable handles an remote call
 

Methods in com.sap.conn.jco.server with parameters of type JCoServerContext
 void JCoServerSecurityHandler.checkAuthorization(JCoServerContext serverCtx, java.lang.String functionName, JCoServerAuthorizationData authData)
          This API will be invoked by the JCo runtime on each remote call
 boolean JCoServerTIDHandler.checkTID(JCoServerContext serverCtx, java.lang.String tid)
          This function will be invoked when a transactional RFC is being called from a SAP system.
 boolean JCoServerUnitIDHandler.checkUnitID(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          This method will be invoked when a bgRFC unit is being sent from an SAP system.
 void JCoServerUnitIDHandler.commit(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          This method will be called after all RFC function modules belonging to the concerned unit have been successfully completed.
 void JCoServerTIDHandler.commit(JCoServerContext serverCtx, java.lang.String tid)
          This function will be called after all RFC functions belonging to a certain transaction have been successfully completed.
 void JCoServerTIDHandler.confirmTID(JCoServerContext serverCtx, java.lang.String tid)
          This function will be called after the local transaction has been completed.
 void JCoServerUnitIDHandler.confirmUnitID(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          This method will be called after the local transaction has been completed.
 T DefaultServerHandlerFactory.getCallHandler(JCoServerContext serverCtx, java.lang.String name)
          Depending on the incarnation of the handler factory this methods either implements the required method for JCoServerFunctionHandlerFactory or JCoServerRequestHandlerFactory.
 JCoServerFunctionHandler JCoServerFunctionHandlerFactory.getCallHandler(JCoServerContext serverCtx, java.lang.String functionName)
          Returns a fitting function handler instance for the given function.
 JCoServerRequestHandler JCoServerRequestHandlerFactory.getCallHandler(JCoServerContext serverCtx, java.lang.String requestName)
          Returns a fitting request handler instance for the given function.
 JCoFunctionUnitState JCoServerUnitIDHandler.getFunctionUnitState(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.
 void JCoServerFunctionHandler.handleRequest(JCoServerContext serverCtx, JCoFunction function)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 void JCoServerRequestHandler.handleRequest(JCoServerContext serverCtx, JCoRequest request, JCoResponse response)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 void JCoServerUnitIDHandler.rollback(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          This method will be called if an error has occurred in one of the RFC function modules belonging to the concerned unit.
 void JCoServerTIDHandler.rollback(JCoServerContext serverCtx, java.lang.String tid)
          This function will be called if an error has occurred in one of the RFC functions belonging to a certain transaction.
 void DefaultServerHandlerFactory.sessionClosed(JCoServerContext serverCtx, java.lang.String message, boolean error)
          This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.
 void JCoServerCallHandlerFactory.sessionClosed(JCoServerContext serverCtx, java.lang.String message, boolean error)
          This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.