Package | Description |
---|---|
fr.liglab.adele.cilia |
Modifier and Type | Method and Description |
---|---|
void |
ChainRegistration.addListener(String ldapFilter,
ChainCallback listener)
Adds a listener
|
void |
NodeRegistration.addListener(String ldapFilter,
NodeCallback listener) |
void |
VariablesRegistration.addListener(String ldapfilter,
ThresholdsCallback listener)
inserts a listener
|
void |
VariablesRegistration.addListener(String ldapfilter,
VariableCallback listener) |
Node[] |
Topology.connectedTo(Node node) |
Node[] |
Topology.connectedTo(Node node,
boolean proxy) |
Node[] |
Topology.connectedTo(String ldapFilter) |
Node[] |
Topology.connectedTo(String ldapFilter,
boolean proxy) |
boolean |
ApplicationRuntime.copyData(Node from,
Node to)
copy messages ( regular and stored)
|
void |
AdminBinding.createBinding(String chainId,
String from,
String to,
String linker,
Map<String,Object> properties)
Create a new binding between two components.
|
void |
AdminBinding.deleteBinding(String chainID,
String from,
String to)
Delete a binding from two mediators.
|
boolean |
AdminChain.deleteChain(String id)
Delete a mediation chain.
|
Node[] |
Topology.endpointIn(String ldapFilter) |
Node[] |
Topology.endpointIn(String ldapFilter,
boolean proxy) |
Node[] |
Topology.endpointOut(String ldapFilter) |
Node[] |
Topology.endpointOut(String ldapFilter,
boolean proxy) |
Node[] |
Topology.findNodeByFilter(String ldapFilter)
Retreives all nodes matching the filter
|
Node[] |
Topology.findNodeByFilter(String ldapFilter,
boolean proxy)
Retreives all nodes matching the filter
|
Map |
ApplicationRuntime.getBufferedData(Node node)
Get a copy of the map buffered for the fiven mediator
|
Chain |
AdminChain.getChain(String id)
Retrieve a mediation chain.
|
Chain |
ModelComponents.getChain(String chainId) |
int |
ApplicationRuntime.getChainState(String chainId)
gives the current chain state
|
MediatorComponent |
AdminComponent.getComponent(String chainid,
String componentId)
Retrieve a mediation component.
|
String |
SetUp.getFlowControl(String variableId) |
double |
Thresholds.getHigh(String variableId) |
double |
Thresholds.getLow(String variableId) |
Mediator |
AdminComponent.getMediator(String chainid,
String componentId)
Retrieve a mediation component.
|
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) |
Date |
ApplicationRuntime.lastCommand(String chainId)
Return date and time last command [start,stop] level chain
|
Measure[] |
RawData.measures(String variableId) |
Node[] |
Topology.nodeByType(String type) |
Thresholds |
ApplicationRuntime.nodeMonitoring(Node node)
fast access using the node reference
|
Thresholds[] |
ApplicationRuntime.nodeMonitoring(String ldapFilter) |
RawData |
ApplicationRuntime.nodeRawData(Node node)
fast access using the node reference
|
RawData[] |
ApplicationRuntime.nodeRawData(String ldapFilter) |
SetUp |
ApplicationRuntime.nodeSetup(Node node)
fast access using the node reference
|
SetUp[] |
ApplicationRuntime.nodeSetup(String ldapFilter) |
void |
ChainRegistration.removeListener(ChainCallback listener)
Removes a listener
|
void |
NodeRegistration.removeListener(NodeCallback listener) |
void |
VariablesRegistration.removeListener(ThresholdsCallback listener)
Removes a threshold listener
|
void |
VariablesRegistration.removeListener(VariableCallback listener)
Removes a Measure listener
|
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 |
CiliaAdminService.startChain(String chainId)
Initialize a mediation chain.
|
void |
ApplicationRuntime.stopChain(String chainId)
stop a chain
|
void |
CiliaAdminService.stopChain(String chainId)
Stop a mediation 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.