- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Implementing Classes:
- InstanceNode
public interface Node
- Author:
- David BRASSELY (brasseld at gmail.com), OpenESB Community
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
String |
name()
Returns the node name.
|
void |
start()
Start the node.
|
void |
stop()
Stops the node.
|
void |
stopInstance() |
-
-
Method Detail
-
stopInstance
void stopInstance()
-
name
String name()
Returns the node name.
- Returns:
- The node name.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.