|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadStatSession | |
---|---|
com.jivesoftware.base.stats | Core reporting engine classes and interfaces. |
com.jivesoftware.forum.stats | Jive Forums reporting engine. |
Uses of ReadStatSession in com.jivesoftware.base.stats |
---|
Subclasses of ReadStatSession in com.jivesoftware.base.stats | |
---|---|
class |
HTTPReadStatSession
Encapsulates a series of HTTP read stat occurrences. |
Methods in com.jivesoftware.base.stats that return ReadStatSession | |
---|---|
ReadStatSession |
ReadStat.getReadStatSession()
Returns the session in which the read occurred. |
ReadStatSession |
WebContext.getReadStatSession()
Returns the read stat session instance associated with this web context. |
Methods in com.jivesoftware.base.stats with parameters of type ReadStatSession | |
---|---|
void |
ReadStatsManager.addReadStatSession(ReadStatSession session)
Adds a new read stat session. |
protected void |
ReadStatsManager.PersistenceTask.insertExtraSessions(ReadStatSession[] rsSessions,
boolean canBatch)
|
void |
ReadStatsManager.saveReadStatSession(ReadStatSession session)
Saves (updates) the given session. |
protected void |
ReadStatsManager.BytesTask.storeExtraSessions(ReadStatSession[] rsSessions,
java.sql.Connection con,
java.sql.PreparedStatement pstmt,
boolean canBatch)
|
Constructors in com.jivesoftware.base.stats with parameters of type ReadStatSession | |
---|---|
ReadStat(User user,
int objectType,
long objectID,
ReadStatSession session)
Creates a new ReadStat. |
Uses of ReadStatSession in com.jivesoftware.forum.stats |
---|
Subclasses of ReadStatSession in com.jivesoftware.forum.stats | |
---|---|
class |
NNTPReadStatSession
Encapsulates a series of NNTP read stat occurrences. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |