org.apache.openejb.jee
Class ContainerConcurrency
java.lang.Object
org.apache.openejb.jee.ContainerConcurrency
- All Implemented Interfaces:
- AttributeBinding<ConcurrencyAttribute>
public class ContainerConcurrency
- extends Object
- implements AttributeBinding<ConcurrencyAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
protected List<Method> method
concurrencyAttribute
protected ConcurrencyAttribute concurrencyAttribute
id
protected String id
description
protected TextMap description
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)
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.