Class AbstractEnlistmentAdapter

java.lang.Object
org.infinispan.transaction.impl.AbstractEnlistmentAdapter
Direct Known Subclasses:
SynchronizationAdapter, TransactionXaAdapter

public abstract class AbstractEnlistmentAdapter extends Object
Base class for both Sync and XAResource enlistment adapters.
Since:
5.1
Author:
Mircea Markus
  • Constructor Details

    • AbstractEnlistmentAdapter

      public AbstractEnlistmentAdapter(CacheTransaction cacheTransaction)
    • AbstractEnlistmentAdapter

      public AbstractEnlistmentAdapter()
  • Method Details

    • hashCode

      public final int hashCode()
      Invoked by TransactionManagers, make sure it's an efficient implementation. System.identityHashCode(x) is NOT an efficient implementation.
      Overrides:
      hashCode in class Object