private AtomicInteger sessionIdCounter = new AtomicInteger();
public NodeData() {
// Setup ROOT context, this will hold all long lived intances and instanceIds
this.contextManager = new ContextManagerImpl();
this.root = new ContextImpl( ROOT,
this.contextManager );
((ContextManagerImpl) this.contextManager).addContext( this.root );
this.root.set( NODE_DATA,