Uses of Class
org.apache.openejb.jee.TransAttribute

Packages that use TransAttribute
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
protected  TransAttribute ContainerTransaction.transAttribute
           
 

Methods in org.apache.openejb.jee that return TransAttribute
 TransAttribute MethodTransaction.getAttribute()
           
 TransAttribute ContainerTransaction.getTransAttribute()
           
static TransAttribute TransAttribute.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
 void ContainerTransaction.setTransAttribute(TransAttribute value)
           
 

Constructors in org.apache.openejb.jee with parameters of type TransAttribute
ContainerTransaction(TransAttribute transAttribute, Method method)
           
ContainerTransaction(TransAttribute transAttribute, String ejbName, Method method)
           
ContainerTransaction(TransAttribute transAttribute, String className, String ejbName, String methodName)
           
MethodTransaction(TransAttribute attribute, Method method)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.