Class TwoPhaseTransactionDataImpl

java.lang.Object
org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
All Implemented Interfaces:
org.glassfish.hk2.api.TwoPhaseTransactionData

public class TwoPhaseTransactionDataImpl extends Object implements org.glassfish.hk2.api.TwoPhaseTransactionData
Author:
jwells
  • Constructor Details

    • TwoPhaseTransactionDataImpl

      public TwoPhaseTransactionDataImpl()
  • Method Details

    • getAllAddedDescriptors

      public List<org.glassfish.hk2.api.ActiveDescriptor<?>> getAllAddedDescriptors()
      Specified by:
      getAllAddedDescriptors in interface org.glassfish.hk2.api.TwoPhaseTransactionData
    • getAllRemovedDescriptors

      public List<org.glassfish.hk2.api.ActiveDescriptor<?>> getAllRemovedDescriptors()
      Specified by:
      getAllRemovedDescriptors in interface org.glassfish.hk2.api.TwoPhaseTransactionData
    • toString

      public String toString()
      Overrides:
      toString in class Object