|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.appl.DynamicControl
eu.reservoir.monitoring.appl.hypervisor.HypervisorControl
public class HypervisorControl
This class monitors a user's processes.
Constructor Summary | |
---|---|
HypervisorControl()
|
|
HypervisorControl(java.lang.String hypervisorURI)
Construct a HypervisorControl, given a specific HypervisorDataSource and a hypervisor URI such as "xen:///" |
Method Summary | |
---|---|
protected void |
controlCleanup()
Cleanup |
protected void |
controlEvaluate()
Actually evaluate something. |
protected void |
controlInitialize()
Initialize this hypervisor control. |
static void |
main(java.lang.String[] args)
Main entry point. |
HypervisorControl |
setDataSource(HypervisorDataSource dataSource)
Set the DataSource which creates the probes. |
Methods inherited from class eu.reservoir.monitoring.appl.DynamicControl |
---|
activateControl, deactivateControl, getElapsedTime, getName, getSleepTime, isRunning, run, setSleepTime, sleep |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HypervisorControl(java.lang.String hypervisorURI)
public HypervisorControl()
Method Detail |
---|
public HypervisorControl setDataSource(HypervisorDataSource dataSource)
protected void controlInitialize()
controlInitialize
in class DynamicControl
protected void controlEvaluate()
controlEvaluate
in class DynamicControl
protected void controlCleanup()
controlCleanup
in class DynamicControl
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |