|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drm.server.NakedNode
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 |
public static volatile Node s
public static ConfigProperties cfg
public static ConsoleLogger cl
Constructor Detail |
public NakedNode()
Method Detail |
public static void main(java.lang.String[] args)
args
- Passed as a parameter to ConfigProperties
cosntructor.ConfigProperties.ConfigProperties(String[],String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |