|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.AbstractPlaneInteracter
public abstract class AbstractPlaneInteracter
An object that interacts with the data plane, the control plane, and the info plane.
Constructor Summary | |
---|---|
AbstractPlaneInteracter()
|
Method Summary | |
---|---|
boolean |
announce()
Announce that the PlaneInteracter is up and running |
boolean |
connect()
Connect to the delivery mechanisms. |
boolean |
dennounce()
Un-announce that the PlaneInteracter is up and running |
boolean |
disconnect()
Disconnect from the delivery mechanisms. |
ControlPlane |
getControlPlane()
Get the ControlPlane this is a delegate for. |
DataPlane |
getDataPlane()
Get the DataPlane this is a delegate for. |
InfoPlane |
getInfoPlane()
Get the InfoPlane this is a delegate for. |
boolean |
isConnected()
Is the PlaneInteracter connected to a delivery mechansim. |
PlaneInteracter |
setControlPlane(ControlPlane controlPlane)
Set the ControlPlane this is a delegate for. |
PlaneInteracter |
setDataPlane(DataPlane dataPlane)
Set the DataPlane this is a delegate for. |
PlaneInteracter |
setInfoPlane(InfoPlane infoPlane)
Set the InfoPlane this is a delegate for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPlaneInteracter()
Method Detail |
---|
public DataPlane getDataPlane()
getDataPlane
in interface PlaneInteracter
public PlaneInteracter setDataPlane(DataPlane dataPlane)
setDataPlane
in interface PlaneInteracter
public ControlPlane getControlPlane()
getControlPlane
in interface PlaneInteracter
public PlaneInteracter setControlPlane(ControlPlane controlPlane)
setControlPlane
in interface PlaneInteracter
public InfoPlane getInfoPlane()
getInfoPlane
in interface PlaneInteracter
public PlaneInteracter setInfoPlane(InfoPlane infoPlane)
setInfoPlane
in interface PlaneInteracter
public boolean connect()
connect
in interface PlaneInteracter
public boolean isConnected()
isConnected
in interface PlaneInteracter
public boolean disconnect()
disconnect
in interface PlaneInteracter
public boolean announce()
public boolean dennounce()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |