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