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()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public ResponseTimeRequestClass getResponseTimeRequestClass()
ResponseTimeRequestClass
public void setResponseTimeRequestClass(ResponseTimeRequestClass value)
value
- allowed object is
ResponseTimeRequestClass
public FairShareRequestClass getFairShareRequestClass()
FairShareRequestClass
public void setFairShareRequestClass(FairShareRequestClass value)
value
- allowed object is
FairShareRequestClass
public ContextRequestClass getContextRequestClass()
ContextRequestClass
public void setContextRequestClass(ContextRequestClass value)
value
- allowed object is
ContextRequestClass
public java.lang.String getRequestClassName()
String
public void setRequestClassName(java.lang.String value)
value
- allowed object is
String
public MinThreadsConstraint getMinThreadsConstraint()
MinThreadsConstraint
public void setMinThreadsConstraint(MinThreadsConstraint value)
value
- allowed object is
MinThreadsConstraint
public java.lang.String getMinThreadsConstraintName()
String
public void setMinThreadsConstraintName(java.lang.String value)
value
- allowed object is
String
public MaxThreadsConstraint getMaxThreadsConstraint()
MaxThreadsConstraint
public void setMaxThreadsConstraint(MaxThreadsConstraint value)
value
- allowed object is
MaxThreadsConstraint
public java.lang.String getMaxThreadsConstraintName()
String
public void setMaxThreadsConstraintName(java.lang.String value)
value
- allowed object is
String
public Capacity getCapacity()
Capacity
public void setCapacity(Capacity value)
value
- allowed object is
Capacity
public java.lang.String getCapacityName()
String
public void setCapacityName(java.lang.String value)
value
- allowed object is
String
public WorkManagerShutdownTrigger getWorkManagerShutdownTrigger()
WorkManagerShutdownTrigger
public void setWorkManagerShutdownTrigger(WorkManagerShutdownTrigger value)
value
- allowed object is
WorkManagerShutdownTrigger
public java.lang.Boolean isIgnoreStuckThreads()
Boolean
public void setIgnoreStuckThreads(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String