org.apache.openejb.jee.wls
Class MaxThreadsConstraint

java.lang.Object
  extended by org.apache.openejb.jee.wls.MaxThreadsConstraint

public class MaxThreadsConstraint
extends Object

Java class for max-threads-constraint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="max-threads-constraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
           <element name="pool-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger count
           
protected  String id
           
protected  String name
           
protected  String poolName
           
 
Constructor Summary
MaxThreadsConstraint()
           
 
Method Summary
 BigInteger getCount()
          Gets the value of the count property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 String getPoolName()
          Gets the value of the poolName property.
 void setCount(BigInteger value)
          Sets the value of the count property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setPoolName(String value)
          Sets the value of the poolName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

count

protected BigInteger count

poolName

protected String poolName

id

protected String id
Constructor Detail

MaxThreadsConstraint

public MaxThreadsConstraint()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCount

public BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

getPoolName

public String getPoolName()
Gets the value of the poolName property.

Returns:
possible object is String

setPoolName

public void setPoolName(String value)
Sets the value of the poolName property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.