Uses of Class
org.apache.openejb.jee.TransactionType
-
Packages that use TransactionType Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TransactionType in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as TransactionType Modifier and Type Field Description protected TransactionTypeMessageDrivenBean. transactionTypeprotected TransactionTypeSessionBean. transactionTypeMethods in org.apache.openejb.jee that return TransactionType Modifier and Type Method Description TransactionTypeEnterpriseBean. getTransactionType()TransactionTypeEntityBean. getTransactionType()TransactionTypeMessageDrivenBean. getTransactionType()TransactionTypeSessionBean. getTransactionType()static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee with parameters of type TransactionType Modifier and Type Method Description voidEnterpriseBean. setTransactionType(TransactionType type)voidEntityBean. setTransactionType(TransactionType type)voidMessageDrivenBean. setTransactionType(TransactionType value)voidSessionBean. setTransactionType(TransactionType value)
-