|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeLocation | |
---|---|
consciouscode.seedling | Provides the core classes and interfaces of the Seedling container;
see consciouscode.seedling.tree for standard implementations. |
consciouscode.seedling.config | Implements the standard configuration-driven node provisioning, the central
class being ConfigBasedNodeProvider . |
consciouscode.seedling.jetty | |
consciouscode.seedling.scope | |
consciouscode.seedling.tree | Provides standard implementations of the Seedling container interfaces. |
Uses of NodeLocation in consciouscode.seedling |
---|
Methods in consciouscode.seedling that return NodeLocation | |
---|---|
static NodeLocation |
NodeReference.forChild(BranchNode branch,
String name)
Builds a reference to the child of a branch. |
static NodeLocation |
NodeReference.fromChild(BranchNode branch,
String name)
Deprecated. Renamed to NodeReference.forChild(BranchNode, String) . |
NodeLocation |
LocatableNode.getNodeLocation()
Returns the location of this node. |
Methods in consciouscode.seedling with parameters of type NodeLocation | |
---|---|
void |
LocatableNode.nodeInstalled(NodeLocation location)
Register the Seedling address at which this node has been installed. |
Constructors in consciouscode.seedling with parameters of type NodeLocation | |
---|---|
ChildExistsException(NodeLocation location)
|
|
ServiceException(NodeLocation location,
Throwable cause)
|
Uses of NodeLocation in consciouscode.seedling.config |
---|
Methods in consciouscode.seedling.config that return NodeLocation | |
---|---|
NodeLocation |
ConfigEvaluatorContext.getLocation()
|
Methods in consciouscode.seedling.config with parameters of type NodeLocation | |
---|---|
Object |
ConfigBasedNodeProvider.provisionNode(NodeLocation location)
Provisions a child of a given branch. |
Constructors in consciouscode.seedling.config with parameters of type NodeLocation | |
---|---|
PropertyEvaluationException(NodeLocation location,
String property,
String reason)
|
|
PropertyEvaluationException(NodeLocation location,
String property,
Throwable cause)
|
Uses of NodeLocation in consciouscode.seedling.jetty |
---|
Methods in consciouscode.seedling.jetty that return NodeLocation | |
---|---|
NodeLocation |
SeedlingServer.getNodeLocation()
|
Methods in consciouscode.seedling.jetty with parameters of type NodeLocation | |
---|---|
void |
SeedlingServer.nodeInstalled(NodeLocation location)
|
Uses of NodeLocation in consciouscode.seedling.scope |
---|
Methods in consciouscode.seedling.scope with parameters of type NodeLocation | |
---|---|
void |
ScopeRoot.nodeInstalled(NodeLocation location)
|
void |
ScopeManager.nodeInstalled(NodeLocation location)
|
Uses of NodeLocation in consciouscode.seedling.tree |
---|
Methods in consciouscode.seedling.tree that return NodeLocation | |
---|---|
NodeLocation |
GenericNode.getNodeLocation()
|
Methods in consciouscode.seedling.tree with parameters of type NodeLocation | |
---|---|
void |
StandardBranch.nodeInstalled(NodeLocation location)
|
void |
GenericNode.nodeInstalled(NodeLocation location)
|
void |
GenericBranch.nodeInstalled(NodeLocation location)
Register the Seedling address at which this node has been installed. |
Object |
NodeProvider.provisionNode(NodeLocation location)
Provisions a child of a given branch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |