todConfig.set(TODConfig.SCOPE_TRACE_FILTER, "[+quorum.** -com.** -sun.** -java.**]");
todConfig.set(TODConfig.AGENT_SKIP_CORE_CLASSE, true);
todConfig.set(TODConfig.SCOPE_GLOBAL_FILTER, "[-java.** -sun.** -com.**]");
todConfig.set(TODConfig.AGENT_CAPTURE_EXCEPTIONS, true);
todConfig.set(TODConfig.DB_AUTOFLUSH_DELAY, 100);
this.processManager = new DBProcessManager(this.todConfig);
this.processManager.start();
this.todSession = SessionTypeManager.getInstance().createSession(null, todURI, this.todConfig);
} else {
this.processManager.getMaster().clear();
}