|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Nodes
Nodes configuration. Maintain a list of Node
active configurations.
| Nested Class Summary | |
|---|---|
static class |
Nodes.Duck
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
void setFreeze(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getFreeze()
List<Node> getNode()
Node@DuckTyped Node getDefaultLocalNode()
@DuckTyped Node getNode(String name)
name - the name of the node
@DuckTyped boolean nodeCreationAllowed()
node -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||