public interface SetUp extends Node
Modifier and Type | Method and Description |
---|---|
String[] |
getAllEnabledVariable() |
String[] |
getAllVariablesName() |
String[] |
getCategories() |
String |
getFlowControl(String variableId) |
int |
getQueueSize(String variableId) |
boolean |
getStateVariableState(String variableId) |
String[] |
getVariableNameByCategory(String category) |
void |
setMonitoring(String variableId,
boolean enable)
Enable/disable
|
void |
setMonitoring(String variableId,
int queueSize)
Configure the monitoring on this object ( others parameters are not
modified )
|
void |
setMonitoring(String variableId,
int queueSize,
String LdapFilter,
boolean enable)
Configure the monitoring on this object
|
void |
setMonitoring(String variableId,
String LdapFilter)
Configure the monitoring on this object
|
Map |
toMap() |
String[] getCategories()
String[] getVariableNameByCategory(String category)
category
- String[] getAllVariablesName()
void setMonitoring(String variableId, int queueSize, String LdapFilter, boolean enable) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException, CiliaIllegalStateException
variableId
- , name of the variable to configurequeueSize
- , number of monitored value stored ( circular queue)LdapFilter
- , data control flow managementenable
- , true values are publishedCiliaInvalidSyntaxException
CiliaIllegalStateException
CiliaIllegalParameterException
void setMonitoring(String variableId, int queueSize) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId
- , name of the variable to configurequeueSize
- , number of monitored values stored ( circular queue)CiliaIllegalStateException
CiliaIllegalParameterException
void setMonitoring(String variableId, String LdapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException, CiliaIllegalStateException
variableId
- , name of the variable to configureLdapFilter
- , data control flow managementCiliaInvalidSyntaxException
CiliaIllegalStateException
CiliaIllegalParameterException
void setMonitoring(String variableId, boolean enable) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId
- , name of the variable to configureenable
- , true values are publishedCiliaIllegalStateException
CiliaIllegalParameterException
int getQueueSize(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId
- CiliaIllegalStateException
CiliaIllegalParameterException
String getFlowControl(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId
- CiliaIllegalParameterException
CiliaIllegalStateException
String[] getAllEnabledVariable() throws CiliaIllegalStateException
CiliaIllegalStateException
boolean getStateVariableState(String variableId) throws CiliaIllegalStateException, CiliaIllegalParameterException
variableId
- CiliaIllegalStateException
CiliaIllegalParameterException
Map toMap()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.