Package com.documentum.fc.client
Interface IDfSessionManagerEventListener
public interface IDfSessionManagerEventListener
Allows a client to subscribe to major Session Manager events
- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSessionCreate
(IDfSession session) This method is called only when session manager has to create a new session object.void
onSessionDestroy
(IDfSession session) Deprecated.
-
Method Details
-
onSessionCreate
This method is called only when session manager has to create a new session object. It allows a client to set some client-specific session configuration parameters.- Parameters:
session
- that has been created- Throws:
DfException
-
onSessionDestroy
Deprecated.This method is called when session manager is going to disconnect the given session. It called just before actual session disconnect.- Parameters:
session
- that will be disconnected- Throws:
DfException
-