org.apache.openejb.jee.wls
Class WorkManagerShutdownTrigger

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

public class WorkManagerShutdownTrigger
extends Object

Java class for work-manager-shutdown-trigger complex type.

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

 <complexType name="work-manager-shutdown-trigger">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="max-stuck-thread-time" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="stuck-thread-count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  BigInteger maxStuckThreadTime
           
protected  BigInteger stuckThreadCount
           
 
Constructor Summary
WorkManagerShutdownTrigger()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 BigInteger getMaxStuckThreadTime()
          Gets the value of the maxStuckThreadTime property.
 BigInteger getStuckThreadCount()
          Gets the value of the stuckThreadCount property.
 void setId(String value)
          Sets the value of the id property.
 void setMaxStuckThreadTime(BigInteger value)
          Sets the value of the maxStuckThreadTime property.
 void setStuckThreadCount(BigInteger value)
          Sets the value of the stuckThreadCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxStuckThreadTime

protected BigInteger maxStuckThreadTime

stuckThreadCount

protected BigInteger stuckThreadCount

id

protected String id
Constructor Detail

WorkManagerShutdownTrigger

public WorkManagerShutdownTrigger()
Method Detail

getMaxStuckThreadTime

public BigInteger getMaxStuckThreadTime()
Gets the value of the maxStuckThreadTime property.

Returns:
possible object is BigInteger

setMaxStuckThreadTime

public void setMaxStuckThreadTime(BigInteger value)
Sets the value of the maxStuckThreadTime property.

Parameters:
value - allowed object is BigInteger

getStuckThreadCount

public BigInteger getStuckThreadCount()
Gets the value of the stuckThreadCount property.

Returns:
possible object is BigInteger

setStuckThreadCount

public void setStuckThreadCount(BigInteger value)
Sets the value of the stuckThreadCount property.

Parameters:
value - allowed object is BigInteger

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-2013 The Apache OpenEJB development community. All Rights Reserved.