public interface Topology
Modifier and Type | Method and Description |
---|---|
Node[] |
connectedTo(Node node) |
Node[] |
connectedTo(Node node,
boolean proxy) |
Node[] |
connectedTo(String ldapFilter) |
Node[] |
connectedTo(String ldapFilter,
boolean proxy) |
Node[] |
endpointIn(String ldapFilter) |
Node[] |
endpointIn(String ldapFilter,
boolean proxy) |
Node[] |
endpointOut(String ldapFilter) |
Node[] |
endpointOut(String ldapFilter,
boolean proxy) |
Node[] |
findNodeByFilter(String ldapFilter)
Retreives all nodes matching the filter
|
Node[] |
findNodeByFilter(String ldapFilter,
boolean proxy)
Retreives all nodes matching the filter
|
Node[] |
nodeByType(String type) |
Node[] findNodeByFilter(String ldapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- , keywords = chain, node, uuidCiliaInvalidSyntaxException
- , ldap syntax errorCiliaIllegalParameterException
Node[] findNodeByFilter(String ldapFilter, boolean proxy) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- , keywords = chain, node, uuidCiliaInvalidSyntaxException
- , ldap syntax errorCiliaIllegalParameterException
Node[] endpointIn(String ldapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaInvalidSyntaxException
- LDAP syntax errorCiliaIllegalParameterException
- null parameterNode[] endpointIn(String ldapFilter, boolean proxy) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaInvalidSyntaxException
- LDAP syntax errorCiliaIllegalParameterException
- null parameterNode[] endpointOut(String ldapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaInvalidSyntaxException
- LDAP syntax errorCiliaIllegalParameterException
- null parameterNode[] endpointOut(String ldapFilter, boolean proxy) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaInvalidSyntaxException
- LDAP syntax errorCiliaIllegalParameterException
- null parameterNode[] connectedTo(Node node) throws CiliaIllegalParameterException, CiliaIllegalStateException
node
- node referenceCiliaIllegalStateException
- the node doesn't existCiliaIllegalParameterException
Node[] connectedTo(Node node, boolean proxy) throws CiliaIllegalParameterException, CiliaIllegalStateException
node
- node referenceCiliaIllegalStateException
- the node doesn't existCiliaIllegalParameterException
Node[] connectedTo(String ldapFilter) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaIllegalParameterException
- null parameterCiliaInvalidSyntaxException
- LDAP syntax errorNode[] connectedTo(String ldapFilter, boolean proxy) throws CiliaIllegalParameterException, CiliaInvalidSyntaxException
ldapFilter
- ldap filters keywords (chain,node,uuid) uuid is relevant only
for dynamic components ( SetUp,RawData,Threshold)CiliaIllegalParameterException
- null parameterCiliaInvalidSyntaxException
- LDAP syntax errorNode[] nodeByType(String type) throws CiliaIllegalParameterException
type
- CiliaIllegalParameterException
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.