public class PassthroughTestNode extends AbstractNodeMain
| Constructor and Description |
|---|
PassthroughTestNode() |
| Modifier and Type | Method and Description |
|---|---|
GraphName |
getDefaultNodeName() |
void |
onStart(ConnectedNode connectedNode)
Called when the
Node has started and successfully connected to the
master. |
onError, onShutdown, onShutdownCompletepublic GraphName getDefaultNodeName()
Node that will be used if a name was not
specified in the Node's associated
NodeConfigurationpublic void onStart(ConnectedNode connectedNode)
NodeListenerNode has started and successfully connected to the
master.onStart in interface NodeListeneronStart in class AbstractNodeMainconnectedNode - the ConnectedNode that has been started