Package ome.services.sessions.stats
Class ObjectsReadCounter
- java.lang.Object
-
- ome.services.sessions.stats.LongCounter
-
- ome.services.sessions.stats.ObjectsReadCounter
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationEventPublisherAware
public class ObjectsReadCounter extends LongCounter
Counter for all the objects read in a session.- Since:
- Beta4
-
-
Field Summary
-
Fields inherited from class ome.services.sessions.stats.LongCounter
count
-
-
Constructor Summary
Constructors Constructor Description ObjectsReadCounter(int interval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ome.util.messages.InternalMessage
message()
-
Methods inherited from class ome.services.sessions.stats.LongCounter
increment, setApplicationEventPublisher
-
-
-
-
Method Detail
-
message
protected ome.util.messages.InternalMessage message()
- Specified by:
message
in classLongCounter
- Returns:
- The message.
-
-