public class ContainerConcurrency extends Object implements AttributeBinding<ConcurrentLockType>
| Modifier and Type | Field and Description |
|---|---|
protected Timeout |
accessTimeout |
protected TextMap |
description |
protected String |
id |
protected ConcurrentLockType |
lock |
protected List<Method> |
method |
| Constructor and Description |
|---|
ContainerConcurrency() |
ContainerConcurrency(ConcurrentLockType lock,
Method method) |
ContainerConcurrency(ConcurrentLockType lock,
String ejbName,
Method method) |
ContainerConcurrency(ConcurrentLockType lock,
String className,
String ejbName,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
Timeout |
getAccessTimeout() |
ConcurrentLockType |
getAttribute() |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getId() |
ConcurrentLockType |
getLock() |
List<Method> |
getMethod() |
void |
setAccessTimeout(Timeout value) |
void |
setDescriptions(Text[] text) |
void |
setId(String value) |
void |
setLock(ConcurrentLockType value) |
protected TextMap description
protected ConcurrentLockType lock
protected Timeout accessTimeout
protected String id
public ContainerConcurrency()
public ContainerConcurrency(ConcurrentLockType lock, String className, String ejbName, String methodName)
public ContainerConcurrency(ConcurrentLockType lock, String ejbName, Method method)
public ContainerConcurrency(ConcurrentLockType lock, Method method)
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public 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 String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.