public interface IDfSessionManagerStatistics
IDfSessionManager.getStatistics()
. Once the data object is retrieved,
data can be extracted without impacting the session manager. Retrieving statistics may put some load on the session
manager; it is not recommended that you run this on a regular basis on a production system.IDfSessionManager.getStatistics()
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getDocbases()
Get the names of all repositories that have an identity and/or a session.
|
java.util.Iterator |
getIdentities(java.lang.String ignored)
Get all identities currently stored in the session manager.
|
int |
getReferenceCount(IDfSession session)
Get the reference count for a given session.
|
java.util.Iterator |
getSessions(java.lang.String docbase)
Get all sessions for a given repository name.
|
boolean |
hasActiveSessions()
Indicates whether or not there are active sessions.
|
boolean |
isSessionPoolActive()
Indicates whether session pooling is currently active.
|
boolean isSessionPoolActive()
true
if the session pool is activeboolean hasActiveSessions()
true
if there are still active sessionsjava.util.Iterator getDocbases()
java.util.Iterator getIdentities(java.lang.String ignored)
java.util.Iterator getSessions(java.lang.String docbase)
getDocbases()
to retrieve a list of all possible repositories and then call this method
to learn about the sessions to those repositories.docbase
- repository namegetDocbases()
,
getReferenceCount(com.documentum.fc.client.IDfSession)
int getReferenceCount(IDfSession session)
IDfSessionManager.getSession(String)
or IDfSessionManager.newSession(String)
has been
called while the corresponding IDfSessionManager.release(IDfSession)
has not yet been called.session
- the SessiongetSessions(java.lang.String)
Copyright 1994-2023 OpenText Corporation. All rights reserved.