Uses of Class
com.sap.conn.jco.ext.SessionException

Packages that use SessionException
com.sap.conn.jco.ext Provides all interfaces that are offered for embedding JCo into an application server. 
 

Uses of SessionException in com.sap.conn.jco.ext
 

Methods in com.sap.conn.jco.ext that throw SessionException
 void SessionReferenceProvider.jcoServerSessionContinued(java.lang.String sessionID)
          This method will be invoked before a subsequent RFC call for a JCoServer session is passed to the JCoHandlerFactory.
 void SessionReferenceProvider.jcoServerSessionFinished(java.lang.String sessionID)
          This method will be invoked when a JCoServer session has finished, i.e.
 void SessionReferenceProvider.jcoServerSessionPassivated(java.lang.String sessionID)
          This method will be invoked after the processing of an RFC call in a JCoServer session has finished .
 JCoSessionReference SessionReferenceProvider.jcoServerSessionStarted()
          The following four methods will be invoked by the JCo runtime to notify the implementation of the SessionReferenceProvider (Session Management) about the sessions initiated by an ABAP Application Server.
 



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