|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecteu.reservoir.monitoring.im.dht.AbstractDHTInfoPlane
public abstract class AbstractDHTInfoPlane
A DHTInfoPlane is an InfoPlane implementation that sends the Information Model data. It is also a DataSourceInteracter so it can, if needed, talk to the DataSource object it gets bound to.
| Constructor Summary | |
|---|---|
AbstractDHTInfoPlane()
|
|
| Method Summary | |
|---|---|
boolean |
connect()
Connect to a delivery mechansim. |
boolean |
disconnect()
Dicconnect from a delivery mechansim. |
java.lang.Object |
getInfo(java.lang.String key)
Get a value from the InfoPlane. |
java.lang.Object |
lookupDataSourceInfo(DataSource dataSource,
java.lang.String info)
Lookup some info in the InfoPlane. |
java.lang.Object |
lookupDataSourceInfo(ID dataSourceID,
java.lang.String info)
Lookup some info in the InfoPlane. |
java.lang.Object |
lookupProbeAttributeInfo(ID probeID,
int field,
java.lang.String info)
Lookup some info in the InfoPlane. |
java.lang.Object |
lookupProbeAttributeInfo(Probe probe,
int field,
java.lang.String info)
Lookup some info in the InfoPlane. |
java.lang.Object |
lookupProbeInfo(ID probeID,
java.lang.String info)
Lookup some info in the InfoPlane. |
java.lang.Object |
lookupProbeInfo(Probe probe,
java.lang.String info)
Lookup some info in the InfoPlane. |
boolean |
putInfo(java.lang.String key,
java.io.Serializable value)
Put a value in the InfoPlane. |
boolean |
removeInfo(java.lang.String key)
Remove a value from the InfoPlane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.reservoir.monitoring.core.plane.Plane |
|---|
announce, dennounce |
| Methods inherited from interface eu.reservoir.monitoring.core.plane.InfoService |
|---|
addDataSourceInfo, addProbeAttributeInfo, addProbeInfo, modifyDataSourceInfo, modifyProbeAttributeInfo, modifyProbeInfo, removeDataSourceInfo, removeProbeAttributeInfo, removeProbeInfo |
| Constructor Detail |
|---|
public AbstractDHTInfoPlane()
| Method Detail |
|---|
public boolean connect()
connect in interface Planepublic boolean disconnect()
disconnect in interface Plane
public java.lang.Object lookupDataSourceInfo(DataSource dataSource,
java.lang.String info)
InfoService
lookupDataSourceInfo in interface InfoService
public java.lang.Object lookupDataSourceInfo(ID dataSourceID,
java.lang.String info)
InfoService
lookupDataSourceInfo in interface InfoService
public java.lang.Object lookupProbeInfo(Probe probe,
java.lang.String info)
InfoService
lookupProbeInfo in interface InfoService
public java.lang.Object lookupProbeInfo(ID probeID,
java.lang.String info)
InfoService
lookupProbeInfo in interface InfoService
public java.lang.Object lookupProbeAttributeInfo(Probe probe,
int field,
java.lang.String info)
InfoService
lookupProbeAttributeInfo in interface InfoService
public java.lang.Object lookupProbeAttributeInfo(ID probeID,
int field,
java.lang.String info)
InfoService
lookupProbeAttributeInfo in interface InfoService
public boolean putInfo(java.lang.String key,
java.io.Serializable value)
putInfo in interface InfoServicepublic java.lang.Object getInfo(java.lang.String key)
getInfo in interface InfoServicepublic boolean removeInfo(java.lang.String key)
removeInfo in interface InfoService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||