public class WorkManager extends Object
Java class for work-manager complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="work-manager">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice minOccurs="0">
<element name="response-time-request-class" type="{http://www.bea.com/ns/weblogic/90}response-time-request-class"/>
<element name="fair-share-request-class" type="{http://www.bea.com/ns/weblogic/90}fair-share-request-class"/>
<element name="context-request-class" type="{http://www.bea.com/ns/weblogic/90}context-request-class"/>
<element name="request-class-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice minOccurs="0">
<element name="min-threads-constraint" type="{http://www.bea.com/ns/weblogic/90}min-threads-constraint"/>
<element name="min-threads-constraint-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice minOccurs="0">
<element name="max-threads-constraint" type="{http://www.bea.com/ns/weblogic/90}max-threads-constraint"/>
<element name="max-threads-constraint-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice minOccurs="0">
<element name="capacity" type="{http://www.bea.com/ns/weblogic/90}capacity"/>
<element name="capacity-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice minOccurs="0">
<element name="work-manager-shutdown-trigger" type="{http://www.bea.com/ns/weblogic/90}work-manager-shutdown-trigger"/>
<element name="ignore-stuck-threads" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Capacity |
capacity |
protected String |
capacityName |
protected ContextRequestClass |
contextRequestClass |
protected FairShareRequestClass |
fairShareRequestClass |
protected String |
id |
protected Boolean |
ignoreStuckThreads |
protected MaxThreadsConstraint |
maxThreadsConstraint |
protected String |
maxThreadsConstraintName |
protected MinThreadsConstraint |
minThreadsConstraint |
protected String |
minThreadsConstraintName |
protected String |
name |
protected String |
requestClassName |
protected ResponseTimeRequestClass |
responseTimeRequestClass |
protected WorkManagerShutdownTrigger |
workManagerShutdownTrigger |
| Constructor and Description |
|---|
WorkManager() |
| Modifier and Type | Method and Description |
|---|---|
Capacity |
getCapacity()
Gets the value of the capacity property.
|
String |
getCapacityName()
Gets the value of the capacityName property.
|
ContextRequestClass |
getContextRequestClass()
Gets the value of the contextRequestClass property.
|
FairShareRequestClass |
getFairShareRequestClass()
Gets the value of the fairShareRequestClass property.
|
String |
getId()
Gets the value of the id property.
|
MaxThreadsConstraint |
getMaxThreadsConstraint()
Gets the value of the maxThreadsConstraint property.
|
String |
getMaxThreadsConstraintName()
Gets the value of the maxThreadsConstraintName property.
|
MinThreadsConstraint |
getMinThreadsConstraint()
Gets the value of the minThreadsConstraint property.
|
String |
getMinThreadsConstraintName()
Gets the value of the minThreadsConstraintName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRequestClassName()
Gets the value of the requestClassName property.
|
ResponseTimeRequestClass |
getResponseTimeRequestClass()
Gets the value of the responseTimeRequestClass property.
|
WorkManagerShutdownTrigger |
getWorkManagerShutdownTrigger()
Gets the value of the workManagerShutdownTrigger property.
|
Boolean |
isIgnoreStuckThreads()
Gets the value of the ignoreStuckThreads property.
|
void |
setCapacity(Capacity value)
Sets the value of the capacity property.
|
void |
setCapacityName(String value)
Sets the value of the capacityName property.
|
void |
setContextRequestClass(ContextRequestClass value)
Sets the value of the contextRequestClass property.
|
void |
setFairShareRequestClass(FairShareRequestClass value)
Sets the value of the fairShareRequestClass property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIgnoreStuckThreads(Boolean value)
Sets the value of the ignoreStuckThreads property.
|
void |
setMaxThreadsConstraint(MaxThreadsConstraint value)
Sets the value of the maxThreadsConstraint property.
|
void |
setMaxThreadsConstraintName(String value)
Sets the value of the maxThreadsConstraintName property.
|
void |
setMinThreadsConstraint(MinThreadsConstraint value)
Sets the value of the minThreadsConstraint property.
|
void |
setMinThreadsConstraintName(String value)
Sets the value of the minThreadsConstraintName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequestClassName(String value)
Sets the value of the requestClassName property.
|
void |
setResponseTimeRequestClass(ResponseTimeRequestClass value)
Sets the value of the responseTimeRequestClass property.
|
void |
setWorkManagerShutdownTrigger(WorkManagerShutdownTrigger value)
Sets the value of the workManagerShutdownTrigger property.
|
protected String name
protected ResponseTimeRequestClass responseTimeRequestClass
protected FairShareRequestClass fairShareRequestClass
protected ContextRequestClass contextRequestClass
protected String requestClassName
protected MinThreadsConstraint minThreadsConstraint
protected String minThreadsConstraintName
protected MaxThreadsConstraint maxThreadsConstraint
protected String maxThreadsConstraintName
protected Capacity capacity
protected String capacityName
protected WorkManagerShutdownTrigger workManagerShutdownTrigger
protected Boolean ignoreStuckThreads
protected String id
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ResponseTimeRequestClass getResponseTimeRequestClass()
ResponseTimeRequestClasspublic void setResponseTimeRequestClass(ResponseTimeRequestClass value)
value - allowed object is
ResponseTimeRequestClasspublic FairShareRequestClass getFairShareRequestClass()
FairShareRequestClasspublic void setFairShareRequestClass(FairShareRequestClass value)
value - allowed object is
FairShareRequestClasspublic ContextRequestClass getContextRequestClass()
ContextRequestClasspublic void setContextRequestClass(ContextRequestClass value)
value - allowed object is
ContextRequestClasspublic String getRequestClassName()
Stringpublic void setRequestClassName(String value)
value - allowed object is
Stringpublic MinThreadsConstraint getMinThreadsConstraint()
MinThreadsConstraintpublic void setMinThreadsConstraint(MinThreadsConstraint value)
value - allowed object is
MinThreadsConstraintpublic String getMinThreadsConstraintName()
Stringpublic void setMinThreadsConstraintName(String value)
value - allowed object is
Stringpublic MaxThreadsConstraint getMaxThreadsConstraint()
MaxThreadsConstraintpublic void setMaxThreadsConstraint(MaxThreadsConstraint value)
value - allowed object is
MaxThreadsConstraintpublic String getMaxThreadsConstraintName()
Stringpublic void setMaxThreadsConstraintName(String value)
value - allowed object is
Stringpublic Capacity getCapacity()
Capacitypublic void setCapacity(Capacity value)
value - allowed object is
Capacitypublic String getCapacityName()
Stringpublic void setCapacityName(String value)
value - allowed object is
Stringpublic WorkManagerShutdownTrigger getWorkManagerShutdownTrigger()
WorkManagerShutdownTriggerpublic void setWorkManagerShutdownTrigger(WorkManagerShutdownTrigger value)
value - allowed object is
WorkManagerShutdownTriggerpublic Boolean isIgnoreStuckThreads()
Booleanpublic void setIgnoreStuckThreads(Boolean value)
value - allowed object is
BooleanCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.