Package | Description |
---|---|
org.osgi.service.resourcemonitoring |
Resource Monitoring Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
ResourceMonitor<T> |
ResourceMonitorFactory.createResourceMonitor(ResourceContext resourceContext)
Creates a new ResourceMonitor instance.
|
void |
ResourceMonitor.delete()
Disable and delete this instance of Resource Monitor.
|
void |
ResourceMonitor.disable()
Disable the monitoring of this resource type for the resource context
associated with this monitor instance.
|
void |
ResourceMonitor.enable()
Enable the monitoring of this resource type for the resource context
associated with this monitor instance.
|
Comparable<T> |
ResourceMonitor.getUsage()
Returns an object representing the current usage of this resource type by
this resource context.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0