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>