|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwUsageCounter.OwUsageState
public static class OwUsageCounter.OwUsageState
A usage statistic entry.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwUsageCounter.OwUsageState(Map users_p,
Map sessions_p,
Date date_p)
create a usage statistic entry |
Method Summary | |
---|---|
Date |
getDate()
get the user count |
int |
getSessionCount()
get the session count |
int |
getUserCount()
get the user count |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwUsageCounter.OwUsageState(Map users_p, Map sessions_p, Date date_p)
users_p
- maps users (key) to Set of sessions (value)sessions_p
- maps sessions (key) to users (value)Method Detail |
---|
public Date getDate()
Date
public int getUserCount()
public int getSessionCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |