Class LocalNode

All Implemented Interfaces:
L2pStorageInterface, NodeStorageInterface, AgentStorage

public class LocalNode extends Node
Implementation of the abstract Node class mostly for testing purposes. All data and agents will be stored in the same JVM, which may be used in JUnit test cases or to launch a local only server for example. TODO: uses loggers / observers