Package | Description |
---|---|
fr.liglab.adele.cilia |
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
|
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.