Examples of ErlideOperationEndEvent


Examples of org.erlide.util.event_tracer.ErlideOperationEndEvent

  }
 
  public void traceOperationEnd(final String operation, final Object id) {
    int _identityHashCode = System.identityHashCode(id);
    String _hexString = Integer.toHexString(_identityHashCode);
    ErlideOperationEndEvent _erlideOperationEndEvent = new ErlideOperationEndEvent(operation, _hexString);
    this.trace(_erlideOperationEndEvent);
  }
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.