public interface Monitored
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfo()
Return a String with information about the implementing
class
|
EventRecord[] |
monitor()
Get an array of all EventRecords that can be extracted for
the represented hardware component.
|
void |
monitor(LocalStore ls)
Inserts all EventRecords that can be extracted for
the represented hardware component into a LocalStore.
|
EventRecord[] monitor()
void monitor(LocalStore ls)
ls
- the LocalStore into which the EventRecords
are to be stored.java.lang.String getInfo()
Copyright © 2009 The Apache Software Foundation