Package ome.services.messages.stats
Class ObjectsReadStatsMessage
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- ome.util.messages.InternalMessage
-
- ome.services.messages.stats.AbstractStatsMessage
-
- ome.services.messages.stats.ObjectsReadStatsMessage
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectsReadStatsMessage extends AbstractStatsMessage
Published when some limit in user/group/session activity has been reached. For example, when a single thread has attempted to load a pre-defined number of objects (10,000; 100,000) a message can be raised which can then be used by other subsystems to slow down, or "throttle", execution.- See Also:
- OMERO Throttling, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectsReadStatsMessage(java.lang.Object source, long objectsRead)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getObjectsRead()
-
Methods inherited from class ome.services.messages.stats.AbstractStatsMessage
isHard
-
-