|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.WorkManagerShutdownTrigger
public class WorkManagerShutdownTrigger
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 |
---|
protected BigInteger maxStuckThreadTime
protected BigInteger stuckThreadCount
protected String id
Constructor Detail |
---|
public WorkManagerShutdownTrigger()
Method Detail |
---|
public BigInteger getMaxStuckThreadTime()
BigInteger
public void setMaxStuckThreadTime(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getStuckThreadCount()
BigInteger
public void setStuckThreadCount(BigInteger value)
value
- allowed object is
BigInteger
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |