TransactionProxy txnProxy)
throws Exception
{
super(systemRegistry, txnProxy, logger, abortLogger);
PropertiesWrapper wrappedProps = new PropertiesWrapper(properties);
NodeType nodeType = wrappedProps.getEnumProperty(
StandardProperties.NODE_TYPE, NodeType.class, NodeType.singleNode);
boolean startServer = (nodeType != NodeType.appNode);
int callbackPort = wrappedProps.getIntProperty(
CALLBACK_PORT_PROPERTY, DEFAULT_CALLBACK_PORT, 0, 65535);
int cacheSize = wrappedProps.getIntProperty(