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
|
Modifier and Type | Method and Description |
---|---|
static Node |
XmlTools.fileToNode(String urlfile) |
static String |
XmlTools.nodeToString(Node node)
Convert a Node in XML String.
|
static Node |
XmlTools.streamToNode(InputStream is) |
static Node |
XmlTools.stringToNode(String xml)
Create an org.w3c.dom.Node object using a given xml in a string object.
|
static Node |
XmlTools.urlToNode(String urlxml)
Create a node from a given file.
|
Modifier and Type | Method and Description |
---|---|
void |
KEngineImpl.addListener(String ldapFilter,
ChainCallback listener) |
void |
EventsManagerImpl.addListener(String ldapFilter,
ChainCallback listener)
Add a listener chain
|
void |
KEngineImpl.addListener(String ldapFilter,
NodeCallback listener) |
void |
EventsManagerImpl.addListener(String ldapFilter,
NodeCallback listener)
Node listener
|
void |
KEngineImpl.addListener(String ldapfilter,
ThresholdsCallback listener) |
void |
EventsManagerImpl.addListener(String ldapfilter,
ThresholdsCallback listener) |
void |
KEngineImpl.addListener(String ldapfilter,
VariableCallback listener) |
void |
EventsManagerImpl.addListener(String ldapfilter,
VariableCallback listener) |
Node[] |
TopologyImpl.connectedTo(Node node) |
Node[] |
TopologyImpl.connectedTo(Node node,
boolean proxy) |
Node[] |
TopologyImpl.connectedTo(String ldapFilter)
return array of node matching the filter
|
Node[] |
TopologyImpl.connectedTo(String ldapFilter,
boolean proxy)
return array of node matching the filter
|
boolean |
KEngineImpl.copyData(Node from,
Node to) |
Node[] |
TopologyImpl.endpointIn(String ldapFilter) |
Node[] |
TopologyImpl.endpointIn(String ldapFilter,
boolean proxy) |
Node[] |
TopologyImpl.endpointOut(String ldapFilter) |
Node[] |
TopologyImpl.endpointOut(String ldapFilter,
boolean proxy) |
Node[] |
TopologyImpl.findNodeByFilter(String ldapFilter)
Retreives all nodes matching the filter
|
Node[] |
TopologyImpl.findNodeByFilter(String ldapFilter,
boolean proxy)
Retreives all nodes matching the filter
|
Map |
KEngineImpl.getBufferedData(Node node) |
Chain |
TopologyImpl.getChain(String chainId) |
int |
KEngineImpl.getChainState(String chainId) |
double |
MediatorMonitoring.getHigh(String variableId) |
MediatorComponent |
TopologyImpl.getModel(Node node) |
Dictionary |
KEngineImpl.getProperties(Node node) |
Object |
KEngineImpl.getProperty(Node node,
String key) |
Date |
KEngineImpl.lastCommand(String chainId) |
Node[] |
TopologyImpl.nodeByType(String type) |
Thresholds |
KEngineImpl.nodeMonitoring(Node node) |
Thresholds[] |
KEngineImpl.nodeMonitoring(String ldapFilter) |
RawData |
KEngineImpl.nodeRawData(Node node) |
RawData[] |
KEngineImpl.nodeRawData(String ldapFilter) |
SetUp |
KEngineImpl.nodeSetup(Node node) |
SetUp[] |
KEngineImpl.nodeSetup(String ldapFilter) |
void |
KEngineImpl.removeListener(ChainCallback listener) |
void |
EventsManagerImpl.removeListener(ChainCallback listener)
Remove a listener chain
|
void |
KEngineImpl.removeListener(NodeCallback listener) |
void |
EventsManagerImpl.removeListener(NodeCallback listener)
remove a listener
|
void |
KEngineImpl.removeListener(ThresholdsCallback listener) |
void |
EventsManagerImpl.removeListener(ThresholdsCallback listener) |
void |
KEngineImpl.removeListener(VariableCallback listener) |
void |
EventsManagerImpl.removeListener(VariableCallback listener) |
void |
KEngineImpl.startChain(String chainId) |
void |
KEngineImpl.stopChain(String chainId) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationHelper.checkDataFlowFilter(String filter) |
static void |
ConfigurationHelper.checkQueueSize(int queue) |
static void |
ConfigurationHelper.checkStateVarId(String variableId) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
static org.osgi.framework.Filter |
ConstRuntime.createFilter(String filter) |
void |
WorkQueue.setPriority(int newPriority)
Change the piority for all threads
|
int |
WorkQueue.size(int newSize)
manage the size of the pool of thread ( increment , reduce )
|
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.