Uses of Class
org.apache.openejb.jee.was.v6.ejb.TransactionEnum
-
Packages that use TransactionEnum 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 TransactionEnum in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb declared as TransactionEnum Modifier and Type Field Description protected TransactionEnumMessageDriven. transactionTypeprotected TransactionEnumSession. transactionTypeMethods in org.apache.openejb.jee.was.v6.ejb that return TransactionEnum Modifier and Type Method Description static TransactionEnumTransactionEnum. fromValue(String v)TransactionEnumMessageDriven. getTransactionType()Gets the value of the transactionType property.TransactionEnumSession. getTransactionType()Gets the value of the transactionType property.static TransactionEnumTransactionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionEnum[]TransactionEnum. 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 TransactionEnum Modifier and Type Method Description voidMessageDriven. setTransactionType(TransactionEnum value)Sets the value of the transactionType property.voidSession. setTransactionType(TransactionEnum value)Sets the value of the transactionType property.
-