Class 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>