java.lang.Object
alice.tuplemedium.runtime.Daemon
alice.tucson.runtime.Node
- All Implemented Interfaces:
- java.lang.Runnable
- public class Node
- extends alice.tuplemedium.runtime.Daemon
Defines the TuCSoN node enabling the infrastructure on a host,
accessible through TuCSoN user, behaving like classic a daemon.
It provides also static main service
to be used directly as application installing TuCSoN infrastructure
- Version:
- 1.0
Nested classes inherited from class alice.tuplemedium.runtime.Daemon |
|
Constructor Summary |
Node()
Constructs a node on default TuCSoN port |
Node(int port)
Constructs a node specifying a port |
Method Summary |
static void |
main(java.lang.String[] args)
Application installing TuCSoN infrastructure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Constructs a node on default TuCSoN port
Node
public Node(int port)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Constructs a node specifying a port
main
public static void main(java.lang.String[] args)
- Application installing TuCSoN infrastructure