public class ContainerConcurrency extends java.lang.Object implements AttributeBinding<ConcurrentLockType>
Modifier and Type | Field and Description |
---|---|
protected Timeout |
accessTimeout |
protected TextMap |
description |
protected java.lang.String |
id |
protected ConcurrentLockType |
lock |
protected java.util.List<Method> |
method |
Constructor and Description |
---|
ContainerConcurrency() |
ContainerConcurrency(ConcurrentLockType lock,
Method method) |
ContainerConcurrency(ConcurrentLockType lock,
java.lang.String ejbName,
java.lang.reflect.Method method) |
ContainerConcurrency(ConcurrentLockType lock,
java.lang.String className,
java.lang.String ejbName,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
Timeout |
getAccessTimeout() |
ConcurrentLockType |
getAttribute() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getId() |
ConcurrentLockType |
getLock() |
java.util.List<Method> |
getMethod() |
void |
setAccessTimeout(Timeout value) |
void |
setDescriptions(Text[] text) |
void |
setId(java.lang.String value) |
void |
setLock(ConcurrentLockType value) |
protected TextMap description
protected java.util.List<Method> method
protected ConcurrentLockType lock
protected Timeout accessTimeout
protected java.lang.String id
public ContainerConcurrency()
public ContainerConcurrency(ConcurrentLockType lock, java.lang.String className, java.lang.String ejbName, java.lang.String methodName)
public ContainerConcurrency(ConcurrentLockType lock, java.lang.String ejbName, java.lang.reflect.Method method)
public ContainerConcurrency(ConcurrentLockType lock, Method method)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.util.List<Method> getMethod()
getMethod
in interface AttributeBinding<ConcurrentLockType>
public ConcurrentLockType getAttribute()
getAttribute
in interface AttributeBinding<ConcurrentLockType>
public ConcurrentLockType getLock()
public void setLock(ConcurrentLockType value)
public Timeout getAccessTimeout()
public void setAccessTimeout(Timeout value)
public java.lang.String getId()
public void setId(java.lang.String value)