org.apache.openejb.jee
Class ConcurrentMethod

java.lang.Object
  extended by org.apache.openejb.jee.ConcurrentMethod

public class ConcurrentMethod
extends Object

ejb-jar_3_1.xsd

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>
 


Field Summary
protected  Timeout accessTimeout
           
protected  String id
           
protected  ConcurrentLockType lock
           
protected  NamedMethod method
           
 
Constructor Summary
ConcurrentMethod()
           
 
Method Summary
 Timeout getAccessTimeout()
           
 String getId()
           
 ConcurrentLockType getLock()
           
 NamedMethod getMethod()
           
 void setAccessTimeout(Timeout value)
           
 void setId(String value)
           
 void setLock(ConcurrentLockType value)
           
 void setMethod(NamedMethod value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected NamedMethod method

lock

protected ConcurrentLockType lock

accessTimeout

protected Timeout accessTimeout

id

protected String id
Constructor Detail

ConcurrentMethod

public ConcurrentMethod()
Method Detail

getMethod

public NamedMethod getMethod()

setMethod

public void setMethod(NamedMethod value)

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)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.