Uses of Class
org.apache.openejb.jee.was.v6.ejb.TransactionAttributeEnum
-
Packages that use TransactionAttributeEnum Package Description org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TransactionAttributeEnum in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb declared as TransactionAttributeEnum Modifier and Type Field Description protected TransactionAttributeEnumMethodTransaction. transactionAttributeMethods in org.apache.openejb.jee.was.v6.ejb that return TransactionAttributeEnum Modifier and Type Method Description static TransactionAttributeEnumTransactionAttributeEnum. fromValue(String v)TransactionAttributeEnumMethodTransaction. getTransactionAttribute()Gets the value of the transactionAttribute property.static TransactionAttributeEnumTransactionAttributeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionAttributeEnum[]TransactionAttributeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type TransactionAttributeEnum Modifier and Type Method Description voidMethodTransaction. setTransactionAttribute(TransactionAttributeEnum value)Sets the value of the transactionAttribute property.
-