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. |