private static final byte [] dummyTxnId = {0x01};
/** 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);