Class TwoPhaseTransactionDataImpl
java.lang.Object
org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- All Implemented Interfaces:
TwoPhaseTransactionData
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ActiveDescriptor<?>> Gets all ActiveDescriptors that will be added in this transactionList<ActiveDescriptor<?>> Gets all ActiveDescriptors that will be removed by this transactiontoString()
-
Constructor Details
-
TwoPhaseTransactionDataImpl
public TwoPhaseTransactionDataImpl()
-
-
Method Details
-
getAllAddedDescriptors
Description copied from interface:TwoPhaseTransactionDataGets all ActiveDescriptors that will be added in this transaction- Specified by:
getAllAddedDescriptorsin interfaceTwoPhaseTransactionData- Returns:
- A non-null but possibly empty list of descriptors that will be added
-
getAllRemovedDescriptors
Description copied from interface:TwoPhaseTransactionDataGets all ActiveDescriptors that will be removed by this transaction- Specified by:
getAllRemovedDescriptorsin interfaceTwoPhaseTransactionData- Returns:
- Null prior to commit being invoked and a non-null but possibly empty list of descriptors that will be removed after commit being invoked
-
toString
-