Uses of Class
com.arjuna.ats.internal.jts.orbspecific.coordinator.ArjunaTransactionImple
Packages that use ArjunaTransactionImple
Package
Description
-
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jta.recovery.jts.jca.coordinator
Modifier and TypeClassDescriptionclass
Transaction type only instantiated at recovery time. -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jta.tools.osb.mbean.jts
Subclasses of ArjunaTransactionImple in com.arjuna.ats.internal.jta.tools.osb.mbean.jtsModifier and TypeClassDescriptionclass
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.class
class
class
-
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinator
Subclasses of ArjunaTransactionImple in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinatorModifier and TypeClassDescriptionclass
This looks like an Transaction, but is only created for importing transactions via JCA. -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.interposition
Methods in com.arjuna.ats.internal.jts.interposition with parameters of type ArjunaTransactionImpleModifier and TypeMethodDescriptionstatic ServerControl
ServerFactory.create_transaction
(Uid u, Control parentControl, ArjunaTransactionImple parentImpl, Coordinator realCoord, Terminator realTerm, int time_out) -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.orbspecific
Fields in com.arjuna.ats.internal.jts.orbspecific declared as ArjunaTransactionImpleModifier and TypeFieldDescriptionprotected ArjunaTransactionImple
ControlImple._transactionHandle
Methods in com.arjuna.ats.internal.jts.orbspecific that return ArjunaTransactionImpleMethods in com.arjuna.ats.internal.jts.orbspecific with parameters of type ArjunaTransactionImpleModifier and TypeMethodDescriptionstatic Control
TransactionFactoryImple.create_subtransaction
(Control control, ArjunaTransactionImple parent) Non-idl methods, but we put them here because they are related to the work the factory does.Constructors in com.arjuna.ats.internal.jts.orbspecific with parameters of type ArjunaTransactionImpleModifierConstructorDescriptionControlImple
(Control parentCon, ArjunaTransactionImple parentTran) Create a new instance with the specified parent. -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.orbspecific.coordinator
Fields in com.arjuna.ats.internal.jts.orbspecific.coordinator declared as ArjunaTransactionImpleModifier and TypeFieldDescriptionprotected ArjunaTransactionImple
ArjunaTransactionImple.parentTransaction
Constructors in com.arjuna.ats.internal.jts.orbspecific.coordinator with parameters of type ArjunaTransactionImpleModifierConstructorDescriptionArjunaTransactionImple
(Uid actUid, Control myParent, ArjunaTransactionImple parent) ArjunaTransactionImple
(Control myParent, ArjunaTransactionImple parent) -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.orbspecific.interposition
Constructors in com.arjuna.ats.internal.jts.orbspecific.interposition with parameters of type ArjunaTransactionImpleModifierConstructorDescriptionServerControl
(Uid actUid, Control parentCon, ArjunaTransactionImple parentTran, Coordinator realCoord, Terminator realTerm) -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator
Subclasses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinatorModifier and TypeClassDescriptionclass
This looks like an Transaction, but is only created for interposition purposes.Constructors in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator with parameters of type ArjunaTransactionImpleModifierConstructorDescriptionServerTransaction
(Uid actUid, Control myParent, ArjunaTransactionImple parentImpl) -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.recovery.transactions
Subclasses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.recovery.transactionsModifier and TypeClassDescriptionfinal class
class
class
Transaction relic of a committed transaction that did not get committed responses from all resources/subordinates.class
Transaction relic of a committed transaction that did not get committed responses from all resources/subordinates.class
Transaction type only instantiated at recovery time.class
Transaction type only instantiated at recovery time. -
Uses of ArjunaTransactionImple in com.arjuna.ats.internal.jts.resources
Constructors in com.arjuna.ats.internal.jts.resources with parameters of type ArjunaTransactionImpleModifierConstructorDescriptionExtendedResourceRecord
(boolean propagate, Uid objUid, ArjunaSubtranAwareResource theResource, Coordinator myParent, Uid recCoordUid, ArjunaTransactionImple current) ResourceRecord
(boolean propagate, Resource theResource, Coordinator myParent, Uid recCoordUid, ArjunaTransactionImple current) Constructor