|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.AbstractDataSource
eu.reservoir.monitoring.appl.BasicDataSource
eu.reservoir.monitoring.appl.hypervisor.HypervisorDataSource
public class HypervisorDataSource
A DataSource that dynamically adds and deletes a process list probe.
Constructor Summary | |
---|---|
HypervisorDataSource(java.lang.String hostname)
|
Method Summary | |
---|---|
boolean |
addVEEProbe(int id,
java.lang.String vee,
java.lang.String currentHost)
Add a new probe for a vee. |
boolean |
deleteVEEProbe(java.lang.String vee)
Delete a probe for a vee. |
void |
setHypervisor(HypervisorCache hyp)
Set the connection to the hypervisor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface eu.reservoir.monitoring.core.DataSource |
---|
addProbe, getID, getName, getProbeAttributes, getProbeAttributes, getProbeAttributes, getProbeByID, getProbeByName, getProbeIDs, getProbeMetaData, getProbeMetaData, getProbeMetaData, getProbeMetaData, getProbeNames, getProbes, removeProbe, setID, setName |
Methods inherited from interface eu.reservoir.monitoring.core.PlaneInteracter |
---|
connect, disconnect, getControlPlane, getDataPlane, getInfoPlane, isConnected, setControlPlane, setDataPlane, setInfoPlane |
Constructor Detail |
---|
public HypervisorDataSource(java.lang.String hostname)
Method Detail |
---|
public void setHypervisor(HypervisorCache hyp)
public boolean addVEEProbe(int id, java.lang.String vee, java.lang.String currentHost)
public boolean deleteVEEProbe(java.lang.String vee)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |