Example usage for javax.transaction Transaction hashCode

List of usage examples for javax.transaction Transaction hashCode

Introduction

In this page you can find the example usage for javax.transaction Transaction hashCode.

Prototype

@HotSpotIntrinsicCandidate
public native int hashCode();

Source Link

Document

Returns a hash code value for the object.

Usage

From source file:org.nuxeo.ecm.core.management.jtajca.internal.DefaultTransactionMonitor.java

public static String id(Transaction tx) {
    return Integer.toHexString(tx.hashCode());
}