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

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.node.launcher.NodeImplementationDaemonBootstrap

public class NodeImplementationDaemonBootstrap
extends java.lang.Object

Bootstrap class for the SCA node daemon.


Nested Class Summary
static class NodeImplementationDaemonBootstrap.NodeFacade
          A node wrappering an instance of a node daemon.
 
Constructor Summary
NodeImplementationDaemonBootstrap()
          Constructs a new daemon bootstrap.
 
Method Summary
 SCANode getNode()
          Returns the node representing the daemon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeImplementationDaemonBootstrap

public NodeImplementationDaemonBootstrap()
                                  throws java.lang.Exception
Constructs a new daemon bootstrap.

Throws:
java.lang.Exception
Method Detail

getNode

public SCANode getNode()
Returns the node representing the daemon.

Returns: