drm.server
Class NakedNode

java.lang.Object
  |
  +--drm.server.NakedNode

public class NakedNode
extends java.lang.Object

This is the most simple node possible. After reading the configuration file communication to it is possible only trough messaging. The system resource drm/resources/AddressList.properties is also appended to the configuration. It contains default addresses of bases that are likely to be part of the network. For details on configuration please refer to the configuration manual and also to the class ConsoleLogger which this application uses.


Field Summary
static ConfigProperties cfg
           
static ConsoleLogger cl
           
static Node s
           
 
Constructor Summary
NakedNode()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public static volatile Node s

cfg

public static ConfigProperties cfg

cl

public static ConsoleLogger cl
Constructor Detail

NakedNode

public NakedNode()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - Passed as a parameter to ConfigProperties cosntructor.
See Also:
ConfigProperties.ConfigProperties(String[],String)