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