Package org.apache.jackrabbit.oak.stats
Interface Monitor<T>
- All Known Subinterfaces:
LoginModuleMonitor
- All Known Implementing Classes:
LoginModuleStats
Marker interface for monitors that are to be registered with a
Whiteboard.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMonitorClass
- Returns:
- The type to be passed to
Whiteboard.register(Class, Object, Map)
-
getMonitorProperties
- Returns:
- The properties to be passed to
Whiteboard.register(Class, Object, Map)
-