|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.WorkManager
public class WorkManager
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
WorkManager()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public WorkManager()
Method Detail |
---|
public String getName()
String
public void setName(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 String getRequestClassName()
String
public void setRequestClassName(String value)
value
- allowed object is
String
public MinThreadsConstraint getMinThreadsConstraint()
MinThreadsConstraint
public void setMinThreadsConstraint(MinThreadsConstraint value)
value
- allowed object is
MinThreadsConstraint
public String getMinThreadsConstraintName()
String
public void setMinThreadsConstraintName(String value)
value
- allowed object is
String
public MaxThreadsConstraint getMaxThreadsConstraint()
MaxThreadsConstraint
public void setMaxThreadsConstraint(MaxThreadsConstraint value)
value
- allowed object is
MaxThreadsConstraint
public String getMaxThreadsConstraintName()
String
public void setMaxThreadsConstraintName(String value)
value
- allowed object is
String
public Capacity getCapacity()
Capacity
public void setCapacity(Capacity value)
value
- allowed object is
Capacity
public String getCapacityName()
String
public void setCapacityName(String value)
value
- allowed object is
String
public WorkManagerShutdownTrigger getWorkManagerShutdownTrigger()
WorkManagerShutdownTrigger
public void setWorkManagerShutdownTrigger(WorkManagerShutdownTrigger value)
value
- allowed object is
WorkManagerShutdownTrigger
public Boolean isIgnoreStuckThreads()
Boolean
public void setIgnoreStuckThreads(Boolean value)
value
- allowed object is
Boolean
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 |