Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tucson.runtime
Class Node  view Node download Node.java

java.lang.Object
  extended byalice.tuplemedium.runtime.Daemon
      extended byalice.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 Class Summary
 
Nested classes inherited from class alice.tuplemedium.runtime.Daemon
 
Field Summary
 
Fields inherited from class alice.tuplemedium.runtime.Daemon
active, cores, daemonName, DEFAULT_PORT, instance, mainSocket, mediumImpl
 
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 alice.tuplemedium.runtime.Daemon
getCore, getPort, msgNewInspector, msgNewUser, msgPing, onNewInspector, onNewTupleCentre, onNewUser, resolveCore, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

main

public static void main(java.lang.String[] args)
Application installing TuCSoN infrastructure