public interface IStatisticsService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aggregateUserStatistics(javax.servlet.http.HttpSession httpSession)
Aggregate user statistics.
|
SpaceStatistics |
getSpaceStatistics(PortalControllerContext portalControllerContext,
String path)
Get space statistics.
|
void |
incrementsUserStatistics(PortalControllerContext portalControllerContext,
String path)
Add user session statistics.
|
static final String MBEAN_NAME
void incrementsUserStatistics(PortalControllerContext portalControllerContext, String path) throws PortalException
portalControllerContext - portal controller contextpath - current pathPortalExceptionvoid aggregateUserStatistics(javax.servlet.http.HttpSession httpSession)
throws PortalException
httpSession - HTTP sessionPortalExceptionSpaceStatistics getSpaceStatistics(PortalControllerContext portalControllerContext, String path) throws PortalException
portalControllerContext - portal controller contextpath - space pathPortalExceptionCopyright © 2021. All rights reserved.