public interface VariablesRegistration
Modifier and Type | Method and Description |
---|---|
void |
addListener(String ldapfilter,
ThresholdsCallback listener)
inserts a listener
|
void |
addListener(String ldapfilter,
VariableCallback listener) |
void |
removeListener(ThresholdsCallback listener)
Removes a threshold listener
|
void |
removeListener(VariableCallback listener)
Removes a Measure listener
|
void addListener(String ldapfilter, ThresholdsCallback listener) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapfilter
- ldap keywords :uuid, chain, node,variablelistener
- ,CiliaIllegalParameterException
InvalidSyntaxException
CiliaInvalidSyntaxException
void addListener(String ldapfilter, VariableCallback listener) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapfilter
- ldap keywords :uuid,chain, node,variablelistener
- CiliaIllegalParameterException
InvalidSyntaxException
CiliaInvalidSyntaxException
void removeListener(ThresholdsCallback listener) throws CiliaIllegalParameterException
listener
- , listener to removeCiliaIllegalParameterException
void removeListener(VariableCallback listener) throws CiliaIllegalParameterException
listener
- CiliaIllegalParameterException
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.