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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
maxStuckThreadTime |
protected BigInteger |
stuckThreadCount |
| Constructor and Description |
|---|
ApplicationAdminModeTrigger() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected BigInteger maxStuckThreadTime
protected BigInteger stuckThreadCount
protected String id
public BigInteger getMaxStuckThreadTime()
BigIntegerpublic void setMaxStuckThreadTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStuckThreadCount()
BigIntegerpublic void setStuckThreadCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.