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

Packages that use ConcurrencyAttribute
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ConcurrencyAttribute in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as ConcurrencyAttribute
protected  ConcurrencyAttribute ContainerConcurrency.concurrencyAttribute
           
 

Methods in org.apache.openejb.jee that return ConcurrencyAttribute
 ConcurrencyAttribute ContainerConcurrency.getAttribute()
           
 ConcurrencyAttribute ContainerConcurrency.getConcurrencyAttribute()
           
static ConcurrencyAttribute ConcurrencyAttribute.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyAttribute[] ConcurrencyAttribute.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 ConcurrencyAttribute
 void ContainerConcurrency.setConcurrencyAttribute(ConcurrencyAttribute value)
           
 

Constructors in org.apache.openejb.jee with parameters of type ConcurrencyAttribute
ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute, Method method)
           
ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute, java.lang.String ejbName, java.lang.reflect.Method method)
           
ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute, java.lang.String className, java.lang.String ejbName, java.lang.String methodName)
           
 



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