}
Properties jtsProperties = new Properties();
if (habitat != null) {
jtsProperties.put(HABITAT, habitat);
ProcessEnvironment processEnv = habitat.getComponent(ProcessEnvironment.class);
if( processEnv.getProcessType().isServer()) {
TransactionService txnService = habitat.getComponent(TransactionService.class);
if (txnService != null) {
jtsProperties.put(Configuration.HEURISTIC_DIRECTION, txnService.getHeuristicDecision());
jtsProperties.put(Configuration.KEYPOINT_COUNT, txnService.getKeypointInterval());