|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Monitored
Represents objects that monitor specific hardware resources and can query them to get EventRecords describing the state of these resources.
Method Summary | |
---|---|
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. |
Method Detail |
---|
EventRecord[] monitor()
void monitor(LocalStore ls)
ls
- the LocalStore into which the EventRecords
are to be stored.String getInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |