public class ConcurrentMethod extends Object
Java class for concurrent-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="concurrent-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/>
<element name="lock" type="{http://java.sun.com/xml/ns/javaee}concurrent-lock-typeType" minOccurs="0"/>
<element name="access-timeout" type="{http://java.sun.com/xml/ns/javaee}access-timeoutType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Timeout |
accessTimeout |
protected String |
id |
protected ConcurrentLockType |
lock |
protected NamedMethod |
method |
| Constructor and Description |
|---|
ConcurrentMethod() |
| Modifier and Type | Method and Description |
|---|---|
Timeout |
getAccessTimeout() |
String |
getId() |
ConcurrentLockType |
getLock() |
NamedMethod |
getMethod() |
void |
setAccessTimeout(Timeout value) |
void |
setId(String value) |
void |
setLock(ConcurrentLockType value) |
void |
setMethod(NamedMethod value) |
protected NamedMethod method
protected ConcurrentLockType lock
protected Timeout accessTimeout
protected String id
public NamedMethod getMethod()
public void setMethod(NamedMethod value)
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-2014 The Apache Software Foundation. All Rights Reserved.