Package com.emc.documentum.rest.dfc.util
Class DfcSessions
java.lang.Object
com.emc.documentum.rest.dfc.util.DfcSessions
DFC session utility.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrelease(com.documentum.fc.client.IDfSession session) Release a DFC session safely.static StringtoStringSession(com.documentum.fc.client.IDfSession session) Print out the diagnostics information about the given DFC session.static StringtoStringSessionManager(com.documentum.fc.client.IDfSessionManager sessionManager) Print out the diagnostics information about the given DFC session manager.static StringtoStringSessionManagerList(List<com.documentum.fc.client.IDfSessionManager> sessionManagerList) Print out the diagnostics information about the given session manager list.
-
Method Details
-
release
public static void release(com.documentum.fc.client.IDfSession session) Release a DFC session safely. A context session will not be released.- Parameters:
session- the DFC session to be released- See Also:
-
toStringSessionManager
public static String toStringSessionManager(com.documentum.fc.client.IDfSessionManager sessionManager) Print out the diagnostics information about the given DFC session manager.- Parameters:
sessionManager- the session manager- Returns:
- the diagnostics information of the session manager
-
toStringSession
Print out the diagnostics information about the given DFC session.- Parameters:
session- the DFC session- Returns:
- the diagnostics information of the DFC session
-
toStringSessionManagerList
public static String toStringSessionManagerList(List<com.documentum.fc.client.IDfSessionManager> sessionManagerList) Print out the diagnostics information about the given session manager list.- Parameters:
sessionManagerList- the list of session managers- Returns:
- the diagnostics information of the session manager list
-