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 Object
implements AttributeBinding<ConcurrencyAttribute>


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

Field Detail

method

protected List<Method> method

concurrencyAttribute

protected ConcurrencyAttribute concurrencyAttribute

id

protected String id

description

protected TextMap description
Constructor Detail

ContainerConcurrency

public ContainerConcurrency()

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            String className,
                            String ejbName,
                            String methodName)

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            String ejbName,
                            Method method)

ContainerConcurrency

public ContainerConcurrency(ConcurrencyAttribute concurrencyAttribute,
                            Method method)
Method Detail

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public String getDescription()

getMethod

public 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 String getId()

setId

public void setId(String value)


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