Uses of Class
org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
-
Packages that use LookupNames.JndiTransactionManager Package Description org.infinispan.commons.tx.lookup -
-
Uses of LookupNames.JndiTransactionManager in org.infinispan.commons.tx.lookup
Methods in org.infinispan.commons.tx.lookup that return LookupNames.JndiTransactionManager Modifier and Type Method Description static LookupNames.JndiTransactionManager
LookupNames.JndiTransactionManager. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LookupNames.JndiTransactionManager[]
LookupNames.JndiTransactionManager. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-