Package | Description |
---|---|
fr.liglab.adele.cilia | |
fr.liglab.adele.cilia.knowledge | |
fr.liglab.adele.cilia.knowledge.configuration |
Modifier and Type | Method and Description |
---|---|
Node[] |
Topology.connectedTo(Node node) |
Node[] |
Topology.connectedTo(Node node,
boolean proxy) |
boolean |
AdminChain.deleteChain(String id)
Delete a mediation chain.
|
String[] |
SetUp.getAllEnabledVariable() |
String[] |
RawData.getAllEnabledVariable() |
int |
ApplicationRuntime.getChainState(String chainId)
gives the current chain state
|
String |
SetUp.getFlowControl(String variableId) |
double |
Thresholds.getHigh(String variableId) |
double |
Thresholds.getLow(String variableId) |
MediatorComponent |
ModelComponents.getModel(Node node) |
Dictionary |
ModelComponents.getProperties(Node node)
Return all properties for a node
|
Object |
ModelComponents.getProperty(Node node,
String key)
Return a specified property
|
int |
SetUp.getQueueSize(String variableId) |
boolean |
Thresholds.getStateVariableState(String variableId) |
boolean |
SetUp.getStateVariableState(String variableId) |
boolean |
RawData.getStateVariableState(String variableId) |
double |
Thresholds.getVeryHigh(String variableId) |
double |
Thresholds.getVeryLow(String variableId) |
boolean |
RawData.isValid()
validity of a mediator
|
Date |
ApplicationRuntime.lastCommand(String chainId)
Return date and time last command [start,stop] level chain
|
Measure[] |
RawData.measures(String variableId) |
Thresholds |
ApplicationRuntime.nodeMonitoring(Node node)
fast access using the node reference
|
RawData |
ApplicationRuntime.nodeRawData(Node node)
fast access using the node reference
|
SetUp |
ApplicationRuntime.nodeSetup(Node node)
fast access using the node reference
|
void |
Thresholds.setHigh(String variableId,
double high)
Set thresholds high
|
void |
Thresholds.setLow(String variableId,
double low)
Set threshols low on numerical variable only
|
void |
SetUp.setMonitoring(String variableId,
boolean enable)
Enable/disable
|
void |
SetUp.setMonitoring(String variableId,
int queueSize)
Configure the monitoring on this object ( others parameters are not
modified )
|
void |
SetUp.setMonitoring(String variableId,
int queueSize,
String LdapFilter,
boolean enable)
Configure the monitoring on this object
|
void |
SetUp.setMonitoring(String variableId,
String LdapFilter)
Configure the monitoring on this object
|
void |
Thresholds.setVeryHigh(String variableId,
double veryhigh)
Set thresholds high
|
void |
Thresholds.setVeryLow(String variableId,
double verylow)
Set threshols low on numerical variable only
|
void |
ApplicationRuntime.startChain(String chainId)
start a chain
|
void |
ApplicationRuntime.stopChain(String chainId)
stop a chain
|
int |
RawData.viability(String variableId,
Measure measure)
checks if the measure is out of bounds
|
Modifier and Type | Method and Description |
---|---|
Node[] |
TopologyImpl.connectedTo(Node node) |
Node[] |
TopologyImpl.connectedTo(Node node,
boolean proxy) |
MediatorMonitoring |
ListNodes.get(String uuid) |
MediatorMonitoring |
ListNodes.getAndStore(String uuid)
Retreive the model , in the cache
|
int |
KEngineImpl.getChainState(String chainId) |
MediatorComponent |
TopologyImpl.getModel(Node node) |
protected Node[] |
TopologyImpl.getNextNodes(Binding[] bindings,
Node node,
boolean proxy) |
Dictionary |
KEngineImpl.getProperties(Node node) |
Object |
KEngineImpl.getProperty(Node node,
String key) |
Date |
KEngineImpl.lastCommand(String chainId) |
Thresholds |
KEngineImpl.nodeMonitoring(Node node) |
RawData |
KEngineImpl.nodeRawData(Node node) |
SetUp |
KEngineImpl.nodeSetup(Node node) |
void |
KEngineImpl.startChain(String chainId) |
void |
KEngineImpl.stopChain(String chainId) |
Modifier and Type | Method and Description |
---|---|
String[] |
SetUpImpl.getAllEnabledVariable() |
String[] |
RawDataImpl.getAllEnabledVariable() |
String |
SetUpImpl.getFlowControl(String variableId) |
double |
SetUpImpl.getHigh(String variableId) |
double |
SetUpImpl.getLow(String variableId) |
int |
SetUpImpl.getQueueSize(String variableId) |
boolean |
SetUpImpl.getStateVariableState(String variableId) |
boolean |
RawDataImpl.getStateVariableState(String variableId) |
double |
SetUpImpl.getVeryHigh(String variableId) |
double |
SetUpImpl.getVeryLow(String variableId) |
boolean |
RawDataImpl.isValid() |
Measure[] |
RawDataImpl.measures(String variableId) |
void |
SetUpImpl.setHigh(String variableId,
double high) |
void |
SetUpImpl.setLow(String variableId,
double low) |
void |
SetUpImpl.setMonitoring(String variableId,
boolean enable) |
void |
SetUpImpl.setMonitoring(String variableId,
int queueSize) |
void |
SetUpImpl.setMonitoring(String variableId,
int queueSize,
String ldapfilter,
boolean enable) |
void |
SetUpImpl.setMonitoring(String variableId,
String ldapFilter) |
void |
SetUpImpl.setVeryHigh(String variableId,
double veryHigh) |
void |
SetUpImpl.setVeryLow(String variableId,
double veryLow) |
int |
RawDataImpl.viability(String variableId,
Measure m) |
Constructor and Description |
---|
RawDataImpl(ListNodes registry,
Node node) |
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.