public class WorkManager
extends java.lang.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 java.lang.String | capacityName | 
| protected ContextRequestClass | contextRequestClass | 
| protected FairShareRequestClass | fairShareRequestClass | 
| protected java.lang.String | id | 
| protected java.lang.Boolean | ignoreStuckThreads | 
| protected MaxThreadsConstraint | maxThreadsConstraint | 
| protected java.lang.String | maxThreadsConstraintName | 
| protected MinThreadsConstraint | minThreadsConstraint | 
| protected java.lang.String | minThreadsConstraintName | 
| protected java.lang.String | name | 
| protected java.lang.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. | 
| java.lang.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. | 
| java.lang.String | getId()Gets the value of the id property. | 
| MaxThreadsConstraint | getMaxThreadsConstraint()Gets the value of the maxThreadsConstraint property. | 
| java.lang.String | getMaxThreadsConstraintName()Gets the value of the maxThreadsConstraintName property. | 
| MinThreadsConstraint | getMinThreadsConstraint()Gets the value of the minThreadsConstraint property. | 
| java.lang.String | getMinThreadsConstraintName()Gets the value of the minThreadsConstraintName property. | 
| java.lang.String | getName()Gets the value of the name property. | 
| java.lang.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. | 
| java.lang.Boolean | isIgnoreStuckThreads()Gets the value of the ignoreStuckThreads property. | 
| void | setCapacity(Capacity value)Sets the value of the capacity property. | 
| void | setCapacityName(java.lang.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(java.lang.String value)Sets the value of the id property. | 
| void | setIgnoreStuckThreads(java.lang.Boolean value)Sets the value of the ignoreStuckThreads property. | 
| void | setMaxThreadsConstraint(MaxThreadsConstraint value)Sets the value of the maxThreadsConstraint property. | 
| void | setMaxThreadsConstraintName(java.lang.String value)Sets the value of the maxThreadsConstraintName property. | 
| void | setMinThreadsConstraint(MinThreadsConstraint value)Sets the value of the minThreadsConstraint property. | 
| void | setMinThreadsConstraintName(java.lang.String value)Sets the value of the minThreadsConstraintName property. | 
| void | setName(java.lang.String value)Sets the value of the name property. | 
| void | setRequestClassName(java.lang.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 java.lang.String name
protected ResponseTimeRequestClass responseTimeRequestClass
protected FairShareRequestClass fairShareRequestClass
protected ContextRequestClass contextRequestClass
protected java.lang.String requestClassName
protected MinThreadsConstraint minThreadsConstraint
protected java.lang.String minThreadsConstraintName
protected MaxThreadsConstraint maxThreadsConstraint
protected java.lang.String maxThreadsConstraintName
protected Capacity capacity
protected java.lang.String capacityName
protected WorkManagerShutdownTrigger workManagerShutdownTrigger
protected java.lang.Boolean ignoreStuckThreads
protected java.lang.String id
public java.lang.String getName()
Stringpublic void setName(java.lang.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 java.lang.String getRequestClassName()
Stringpublic void setRequestClassName(java.lang.String value)
value - allowed object is
              Stringpublic MinThreadsConstraint getMinThreadsConstraint()
MinThreadsConstraintpublic void setMinThreadsConstraint(MinThreadsConstraint value)
value - allowed object is
              MinThreadsConstraintpublic java.lang.String getMinThreadsConstraintName()
Stringpublic void setMinThreadsConstraintName(java.lang.String value)
value - allowed object is
              Stringpublic MaxThreadsConstraint getMaxThreadsConstraint()
MaxThreadsConstraintpublic void setMaxThreadsConstraint(MaxThreadsConstraint value)
value - allowed object is
              MaxThreadsConstraintpublic java.lang.String getMaxThreadsConstraintName()
Stringpublic void setMaxThreadsConstraintName(java.lang.String value)
value - allowed object is
              Stringpublic Capacity getCapacity()
Capacitypublic void setCapacity(Capacity value)
value - allowed object is
              Capacitypublic java.lang.String getCapacityName()
Stringpublic void setCapacityName(java.lang.String value)
value - allowed object is
              Stringpublic WorkManagerShutdownTrigger getWorkManagerShutdownTrigger()
WorkManagerShutdownTriggerpublic void setWorkManagerShutdownTrigger(WorkManagerShutdownTrigger value)
value - allowed object is
              WorkManagerShutdownTriggerpublic java.lang.Boolean isIgnoreStuckThreads()
Booleanpublic void setIgnoreStuckThreads(java.lang.Boolean value)
value - allowed object is
              Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              String