Package org.osgi.service.monitor
-
Interface Summary Interface Description Monitorable AMonitorable
can provide information about itself in the form ofStatusVariables
.MonitorAdmin TheMonitorAdmin
service is a singleton service that handlesStatusVariable
query requests and measurement job control requests.MonitoringJob A Monitoring Job is a request for scheduled or event based notifications on update of a set ofStatusVariable
s.MonitorListener TheMonitorListener
is used byMonitorable
services to send notifications when aStatusVariable
value is changed. -
Class Summary Class Description MonitorPermission Indicates the callers authority to publish, read or resetStatusVariable
s, to switch event sending on or off or to start monitoring jobs.StatusVariable AStatusVariable
object represents the value of a status variable taken with a certain collection method at a certain point of time.