2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.domain.manager.launcher
Class DomainManagerLauncherBootstrap

java.lang.Object
  extended by org.apache.tuscany.sca.domain.manager.launcher.DomainManagerLauncherBootstrap

public class DomainManagerLauncherBootstrap
extends java.lang.Object

Bootstrap class for the SCA domain manager.


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

Constructor Detail

DomainManagerLauncherBootstrap

public DomainManagerLauncherBootstrap(java.lang.String rootDirectory)
                               throws java.lang.Exception
Constructs a new domain manager bootstrap.

Throws:
java.lang.Exception
Method Detail

getNode

public SCANode getNode()
Returns the node representing the domain manager.

Returns: