Package org.apache.openejb.jee
Class ContainerConcurrency
- java.lang.Object
-
- org.apache.openejb.jee.ContainerConcurrency
-
- All Implemented Interfaces:
AttributeBinding<ConcurrentLockType>
public class ContainerConcurrency extends Object implements AttributeBinding<ConcurrentLockType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TimeoutaccessTimeoutprotected TextMapdescriptionprotected Stringidprotected ConcurrentLockTypelockprotected List<Method>method
-
Constructor Summary
Constructors Constructor Description ContainerConcurrency()ContainerConcurrency(ConcurrentLockType lock, String ejbName, Method method)ContainerConcurrency(ConcurrentLockType lock, String className, String ejbName, String methodName)ContainerConcurrency(ConcurrentLockType lock, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeoutgetAccessTimeout()ConcurrentLockTypegetAttribute()StringgetDescription()Text[]getDescriptions()StringgetId()ConcurrentLockTypegetLock()List<Method>getMethod()voidsetAccessTimeout(Timeout value)voidsetDescriptions(Text[] text)voidsetId(String value)voidsetLock(ConcurrentLockType value)
-
-
-
Constructor Detail
-
ContainerConcurrency
public ContainerConcurrency()
-
ContainerConcurrency
public ContainerConcurrency(ConcurrentLockType lock, String className, String ejbName, String methodName)
-
ContainerConcurrency
public ContainerConcurrency(ConcurrentLockType lock, String ejbName, Method method)
-
ContainerConcurrency
public ContainerConcurrency(ConcurrentLockType lock, 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:
getMethodin interfaceAttributeBinding<ConcurrentLockType>
-
getAttribute
public ConcurrentLockType getAttribute()
- Specified by:
getAttributein interfaceAttributeBinding<ConcurrentLockType>
-
getLock
public ConcurrentLockType getLock()
-
setLock
public void setLock(ConcurrentLockType value)
-
getAccessTimeout
public Timeout getAccessTimeout()
-
setAccessTimeout
public void setAccessTimeout(Timeout value)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-