org.apache.tuscany.sca.node
Interface SCANode

All Known Subinterfaces:
SCANode2
All Known Implementing Classes:
DomainManagerLauncherBootstrap.NodeFacade, Node2Impl, NodeImpl, NodeImplementationDaemonBootstrap.NodeFacade, NodeImplementationLauncherBootstrap.NodeFacade, SCANode2Factory.NodeProxy, SCANodeFactory.NodeProxy

public interface SCANode

Represents an SCA processing node. A node is loaded with an SCA composites. It can start and stop that composite.


Method Summary
 void start()
          Start the composite loaded in the node.
 void stop()
          Stop the composite loaded in the node.
 

Method Detail

start

void start()
Start the composite loaded in the node.


stop

void stop()
Stop the composite loaded in the node.