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 publishedCiliaInvalidSyntaxExceptionCiliaIllegalStateExceptionCiliaIllegalParameterExceptionvoid setMonitoring(String variableId, int queueSize) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId - , name of the variable to configurequeueSize - , number of monitored values stored ( circular queue)CiliaIllegalStateExceptionCiliaIllegalParameterExceptionvoid setMonitoring(String variableId, String LdapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException, CiliaIllegalStateException
variableId - , name of the variable to configureLdapFilter - , data control flow managementCiliaInvalidSyntaxExceptionCiliaIllegalStateExceptionCiliaIllegalParameterExceptionvoid setMonitoring(String variableId, boolean enable) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId - , name of the variable to configureenable - , true values are publishedCiliaIllegalStateExceptionCiliaIllegalParameterExceptionint getQueueSize(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId - CiliaIllegalStateExceptionCiliaIllegalParameterExceptionString getFlowControl(String variableId) throws CiliaIllegalParameterException, CiliaIllegalStateException
variableId - CiliaIllegalParameterExceptionCiliaIllegalStateExceptionString[] getAllEnabledVariable() throws CiliaIllegalStateException
CiliaIllegalStateExceptionboolean getStateVariableState(String variableId) throws CiliaIllegalStateException, CiliaIllegalParameterException
variableId - CiliaIllegalStateExceptionCiliaIllegalParameterExceptionMap toMap()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.