Package drm.server
Package that implements user interfaces to the node.
See:
Description
Class Summary |
ConsoleLogger |
Loggs messages to the console. |
NakedNode |
This is the most simple node possible. |
ScriptUtils |
Loads jobs and runs them on a Node . |
TestGUINode |
A node with a graphical user interface, primarily for testing and
debugging the node itself, and also the experiments. |
Package drm.server Description
Package that implements user interfaces to the node.
It contains two applications.
The first is the NakedNode which is the simplest
possible application, it support command line and file-based configuration but
it is not interactive.
The second is TestGUINode which can be configured similarly to
NakedNode, but it is interactive providing the user with a basic GUI to
debug the
system itself or applications written for the system.