Uses of Class
org.jboss.as.clustering.infinispan.subsystem.TransactionMode
-
Packages that use TransactionMode Package Description org.jboss.as.clustering.infinispan.subsystem -
-
Uses of TransactionMode in org.jboss.as.clustering.infinispan.subsystem
Methods in org.jboss.as.clustering.infinispan.subsystem that return TransactionMode Modifier and Type Method Description static TransactionModeTransactionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionMode[]TransactionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.jboss.as.clustering.infinispan.subsystem with type arguments of type TransactionMode Constructor Description TransactionResourceCapabilityReference(org.jboss.as.clustering.controller.Capability capability, org.wildfly.clustering.service.Requirement requirement, org.jboss.as.clustering.controller.Attribute transactionModeAttribute, Set<TransactionMode> excludedModes)
-