Uses of Class
org.apache.openejb.jee.TransAttribute
-
Packages that use TransAttribute Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TransAttribute in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as TransAttribute Modifier and Type Field Description protected TransAttributeContainerTransaction. transAttributeMethods in org.apache.openejb.jee that return TransAttribute Modifier and Type Method Description TransAttributeContainerTransaction. getAttribute()TransAttributeContainerTransaction. getTransAttribute()static TransAttributeTransAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static TransAttribute[]TransAttribute. 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 TransAttribute Modifier and Type Method Description voidContainerTransaction. setTransAttribute(TransAttribute value)Constructors in org.apache.openejb.jee with parameters of type TransAttribute Constructor Description ContainerTransaction(TransAttribute transAttribute, String ejbName, Method method)ContainerTransaction(TransAttribute transAttribute, String className, String ejbName, String methodName)ContainerTransaction(TransAttribute transAttribute, Method method)
-