Package org.apache.openejb.jee.wls
Class ApplicationAdminModeTrigger
- java.lang.Object
-
- org.apache.openejb.jee.wls.ApplicationAdminModeTrigger
-
public class ApplicationAdminModeTrigger extends Object
Java class for application-admin-mode-trigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application-admin-mode-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
Fields Modifier and Type Field Description protected Stringidprotected BigIntegermaxStuckThreadTimeprotected BigIntegerstuckThreadCount
-
Constructor Summary
Constructors Constructor Description ApplicationAdminModeTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.BigIntegergetMaxStuckThreadTime()Gets the value of the maxStuckThreadTime property.BigIntegergetStuckThreadCount()Gets the value of the stuckThreadCount property.voidsetId(String value)Sets the value of the id property.voidsetMaxStuckThreadTime(BigInteger value)Sets the value of the maxStuckThreadTime property.voidsetStuckThreadCount(BigInteger value)Sets the value of the stuckThreadCount property.
-
-
-
Field Detail
-
maxStuckThreadTime
protected BigInteger maxStuckThreadTime
-
stuckThreadCount
protected BigInteger stuckThreadCount
-
id
protected String id
-
-
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 isBigInteger
-
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 isBigInteger
-
-