Package com.documentum.fc.client
Class DfDefaultSessionManagerEventListener
java.lang.Object
com.documentum.fc.client.DfDefaultSessionManagerEventListener
- All Implemented Interfaces:
IDfSessionManagerEventListener
public class DfDefaultSessionManagerEventListener
extends Object
implements IDfSessionManagerEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonSessionCreate(IDfSession session) This method is called only when session manager has to create a new session object.voidonSessionDestroy(IDfSession session) This method is called when session manager is going to disconnect the given session.
-
Constructor Details
-
DfDefaultSessionManagerEventListener
public DfDefaultSessionManagerEventListener()
-
-
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.- Specified by:
onSessionCreatein interfaceIDfSessionManagerEventListener- Parameters:
session- that has been created- Throws:
DfException
-
onSessionDestroy
This method is called when session manager is going to disconnect the given session. It called just before actual session disconnect.- Specified by:
onSessionDestroyin interfaceIDfSessionManagerEventListener- Parameters:
session- that will be disconnected- Throws:
DfException
-