|
|||||||||
| 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 PlaneInteracterpublic PlaneInteracter setDataPlane(DataPlane dataPlane)
setDataPlane in interface PlaneInteracterpublic ControlPlane getControlPlane()
getControlPlane in interface PlaneInteracterpublic PlaneInteracter setControlPlane(ControlPlane controlPlane)
setControlPlane in interface PlaneInteracterpublic InfoPlane getInfoPlane()
getInfoPlane in interface PlaneInteracterpublic PlaneInteracter setInfoPlane(InfoPlane infoPlane)
setInfoPlane in interface PlaneInteracterpublic boolean connect()
connect in interface PlaneInteracterpublic boolean isConnected()
isConnected in interface PlaneInteracterpublic boolean disconnect()
disconnect in interface PlaneInteracterpublic boolean announce()
public boolean dennounce()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||