org.apache.tuscany.sca.implementation.node.launcher
Class NodeImplementationDaemonBootstrap.NodeFacade

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.node.launcher.NodeImplementationDaemonBootstrap.NodeFacade
All Implemented Interfaces:
SCANode
Enclosing class:
NodeImplementationDaemonBootstrap

public static class NodeImplementationDaemonBootstrap.NodeFacade
extends java.lang.Object
implements SCANode

A node wrappering an instance of a node daemon.


Method Summary
 void start()
          Start the composite loaded in the node.
 void stop()
          Stop the composite loaded in the node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
Description copied from interface: SCANode
Start the composite loaded in the node.

Specified by:
start in interface SCANode

stop

public void stop()
Description copied from interface: SCANode
Stop the composite loaded in the node.

Specified by:
stop in interface SCANode