public class TwoPhaseTransactionDataImpl extends Object implements TwoPhaseTransactionData
| Constructor and Description |
|---|
TwoPhaseTransactionDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveDescriptor<?>> |
getAllAddedDescriptors()
Gets all ActiveDescriptors that will be added in this transaction
|
List<ActiveDescriptor<?>> |
getAllRemovedDescriptors()
Gets all ActiveDescriptors that will be removed by this transaction
|
String |
toString() |
public List<ActiveDescriptor<?>> getAllAddedDescriptors()
TwoPhaseTransactionDatagetAllAddedDescriptors in interface TwoPhaseTransactionDatapublic List<ActiveDescriptor<?>> getAllRemovedDescriptors()
TwoPhaseTransactionDatagetAllRemovedDescriptors in interface TwoPhaseTransactionDataCopyright © 2009–2020 Oracle Corporation. All rights reserved.