CallbackServer callbackProxy = callbackExporter.getProxy();
RegisterNodeResult registerNodeResult =
registerNode(callbackProxy);
nodeId = registerNodeResult.nodeId;
callbackServer.setLocalNodeId(nodeId);
updateQueue = new UpdateQueue(
serverHost, registerNodeResult.updateQueuePort,
updateQueueSize, nodeId, maxRetry, retryWait, this);
contextMap = new TxnContextMap(this);
cache = new Cache(this, cacheSize, numLocks, evictionThread);
newObjectIdCache =