public interface Nodes
extends org.jvnet.hk2.config.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-
|
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.
|
void 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()
node - Copyright © 2017–2020 Eclipse Foundation. All rights reserved.