Examples of ErlideOperationStartEvent


Examples of org.erlide.util.event_tracer.ErlideOperationStartEvent

  }
 
  public void traceOperationStart(final String operation, final Object id) {
    int _identityHashCode = System.identityHashCode(id);
    String _hexString = Integer.toHexString(_identityHashCode);
    ErlideOperationStartEvent _erlideOperationStartEvent = new ErlideOperationStartEvent(operation, _hexString);
    this.trace(_erlideOperationStartEvent);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.