Package org.eclipse.jetty.plus.jndi
Class Transaction
java.lang.Object
org.eclipse.jetty.plus.jndi.NamingEntry
org.eclipse.jetty.plus.jndi.Transaction
Transaction
Class to represent a JTA UserTransaction impl.
-
Field Summary
Fields inherited from class org.eclipse.jetty.plus.jndi.NamingEntry
__contextName, _jndiName, _namingEntryNameString, _objectNameString, _scope
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.plus.jndi.NamingEntry
getJndiName, getJndiNameInScope, release, save, toString, toStringMetaData
-
Field Details
-
USER_TRANSACTION
- See Also:
-
-
Constructor Details
-
Transaction
- Throws:
NamingException
-
-
Method Details
-
bindToENC
- Throws:
NamingException
-
bindToENC
Allow other bindings of UserTransaction. These should be in ADDITION to java:comp/UserTransaction- Overrides:
bindToENC
in classNamingEntry
- Parameters:
localName
- the local name to bind- Throws:
NamingException
- if unable to bind- See Also:
-
unbindENC
public void unbindENC()Unbind this Transaction from a java:comp- Overrides:
unbindENC
in classNamingEntry
-