org.apache.openejb.jee
Class ContainerConcurrency

java.lang.Object
  extended by org.apache.openejb.jee.ContainerConcurrency
All Implemented Interfaces:
AttributeBinding<ConcurrencyAttribute>

public class ContainerConcurrency
extends java.lang.Object
implements AttributeBinding<ConcurrencyAttribute>


Field Summary
protected  ConcurrencyAttribute concurrencyAttribute
           
protected  TextMap description
           
protected  java.lang.String id
           
protected  java.util.List<Method> method
           
 
Constructor Summary
ContainerConcurrency()
           
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)
           
 
Method Summary
 ConcurrencyAttribute getAttribute()
           
 ConcurrencyAttribute getConcurrencyAttribute()
           
 java.lang.String getDescription()
           
 Text[] getDescriptions()
           
 java.lang.String getId()
           
 java.util.List<Method> getMethod()
           
 void setConcurrencyAttribute(ConcurrencyAttribute value)
           
 void setDescriptions(Text[] text)
           
 void setId(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected java.util.List<Method> method

concurrencyAttribute

protected ConcurrencyAttribute concurrencyAttribute

id

protected java.lang.String id

description

protected TextMap description
Constructor Detail

ContainerConcurrency

public ContainerConcurrency()

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            java.lang.String className,
                            java.lang.String ejbName,
                            java.lang.String methodName)

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            java.lang.String ejbName,
                            java.lang.reflect.Method method)

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            Method method)
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public java.lang.String getDescription()

getMethod

public java.util.List<Method> getMethod()
Specified by:
getMethod in interface AttributeBinding<ConcurrencyAttribute>

getAttribute

public ConcurrencyAttribute getAttribute()
Specified by:
getAttribute in interface AttributeBinding<ConcurrencyAttribute>

getConcurrencyAttribute

public ConcurrencyAttribute getConcurrencyAttribute()

setConcurrencyAttribute

public void setConcurrencyAttribute(ConcurrencyAttribute value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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