/** Creates an instance of DummyProfileCoordinator */
private DummyProfileCoordinator() {
Properties props = System.getProperties();
collector = new ProfileCollectorImpl(ProfileLevel.MIN, props, null);
collectorHandle = new ProfileCollectorHandleImpl(collector);
OperationLoggingProfileOpListener listener =
new OperationLoggingProfileOpListener(props, owner, null);
collector.addListener(listener, true);
ConfigManager config = new ConfigManager(props);