Class UserTransactionImple
java.lang.Object
com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction
com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple
- All Implemented Interfaces:
jakarta.transaction.UserTransaction
,Serializable
,Referenceable
,ObjectFactory
public class UserTransactionImple
extends BaseTransaction
implements jakarta.transaction.UserTransaction, ObjectFactory, Serializable, Referenceable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectInstance
(Object obj, Name name, Context nameCtx, Hashtable environment) Methods inherited from class com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction
begin, commit, commitAsync, createSubordinate, getStatus, getTimeout, rollback, setRollbackOnly, setTransactionTimeout, toString, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.transaction.UserTransaction
begin, commit, getStatus, rollback, setRollbackOnly, setTransactionTimeout
-
Constructor Details
-
UserTransactionImple
public UserTransactionImple()
-
-
Method Details
-
getObjectInstance
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception - Specified by:
getObjectInstance
in interfaceObjectFactory
- Throws:
Exception
-
getReference
- Specified by:
getReference
in interfaceReferenceable
- Throws:
NamingException
-