|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NodeLauncher
A TargetLauncher starts, stops and interrogates named nodes. These nodes
represent running JVMs in some sense; they can be provided by some
cloud-provider, or running JVMs on a single machine.
It is up to the provider to decide what to run on the given Node. This can be
either a single Management Agent, which can be identified by the id,
or a Node Manager.
| Method Summary | |
|---|---|
Properties |
getProperties(String id)
Retrieves properties from the node. |
void |
start(String id)
Starts a new node with the given ID. |
void |
stop(String id)
Destroys the node with the given ID. |
| Method Detail |
|---|
void start(String id)
throws Exception
id - A textual ID for the node.
Exception - Be aware that the implementation may pass through implementation-specific exceptions.
void stop(String id)
throws Exception
id - A textual ID for the node.
Exception - Be aware that the implementation may pass through implementation-specific exceptions.
Properties getProperties(String id)
throws Exception
id - The textual ID for the node.
null if this node cannot be found.
Exception - Be aware that the implementation may pass through implementation-specific exceptions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||