- All Implemented Interfaces:
org.glassfish.hk2.api.TwoPhaseTransactionData
public class TwoPhaseTransactionDataImpl
extends Object
implements org.glassfish.hk2.api.TwoPhaseTransactionData
- Author:
- jwells
-
Constructor Summary
Constructors
-
Method Summary
List<org.glassfish.hk2.api.ActiveDescriptor<?>>
List<org.glassfish.hk2.api.ActiveDescriptor<?>>
-
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
-