org.apache.tuscany.sca.node.launcher
Class NodeDaemonLauncher

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

public class NodeDaemonLauncher
extends java.lang.Object

A launcher for the SCA Node daemon.


Method Summary
<T> T
createNodeDaemon()
          Creates a new node daemon.
static void main(java.lang.String[] args)
           
static NodeDaemonLauncher newInstance()
          Returns a new launcher instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static NodeDaemonLauncher newInstance()
Returns a new launcher instance.

Returns:
a new launcher instance

createNodeDaemon

public <T> T createNodeDaemon()
                   throws LauncherException
Creates a new node daemon.

Parameters:
-
Returns:
a new node daemon
Throws:
LauncherException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception