public interface Nodes extends ConfigBeanProxy
Node
active configurations.| Modifier and Type | Interface and Description |
|---|---|
static class |
Nodes.Duck |
| Modifier and Type | Method and Description |
|---|---|
Node |
getDefaultLocalNode()
Return the default local node, localhost-<domain_name>, or null if no such node exists.
|
String |
getFreeze()
Check if nodes list is frozen.
|
List<Node> |
getNode()
Return the list of nodes currently configured
|
Node |
getNode(String name)
Return the node with the given name, or null if no such node exists.
|
boolean |
nodeCreationAllowed()
Can we create a node?
|
void |
setFreeze(String value)
Sets the value of the freeze attribute on the nodes list.
|
createChild, deepCopy, getParent, getParentvoid setFreeze(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the changeString getFreeze()
@DuckTyped Node getDefaultLocalNode()
@DuckTyped Node getNode(String name)
name - the name of the node@DuckTyped boolean nodeCreationAllowed()
Copyright © 2019. All rights reserved.