Class WorkManager


  • 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>
     
    • Constructor Detail

      • WorkManager

        public WorkManager()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • setFairShareRequestClass

        public void setFairShareRequestClass​(FairShareRequestClass value)
        Sets the value of the fairShareRequestClass property.
        Parameters:
        value - allowed object is FairShareRequestClass
      • setContextRequestClass

        public void setContextRequestClass​(ContextRequestClass value)
        Sets the value of the contextRequestClass property.
        Parameters:
        value - allowed object is ContextRequestClass
      • getRequestClassName

        public String getRequestClassName()
        Gets the value of the requestClassName property.
        Returns:
        possible object is String
      • setRequestClassName

        public void setRequestClassName​(String value)
        Sets the value of the requestClassName property.
        Parameters:
        value - allowed object is String
      • setMinThreadsConstraint

        public void setMinThreadsConstraint​(MinThreadsConstraint value)
        Sets the value of the minThreadsConstraint property.
        Parameters:
        value - allowed object is MinThreadsConstraint
      • getMinThreadsConstraintName

        public String getMinThreadsConstraintName()
        Gets the value of the minThreadsConstraintName property.
        Returns:
        possible object is String
      • setMinThreadsConstraintName

        public void setMinThreadsConstraintName​(String value)
        Sets the value of the minThreadsConstraintName property.
        Parameters:
        value - allowed object is String
      • setMaxThreadsConstraint

        public void setMaxThreadsConstraint​(MaxThreadsConstraint value)
        Sets the value of the maxThreadsConstraint property.
        Parameters:
        value - allowed object is MaxThreadsConstraint
      • getMaxThreadsConstraintName

        public String getMaxThreadsConstraintName()
        Gets the value of the maxThreadsConstraintName property.
        Returns:
        possible object is String
      • setMaxThreadsConstraintName

        public void setMaxThreadsConstraintName​(String value)
        Sets the value of the maxThreadsConstraintName property.
        Parameters:
        value - allowed object is String
      • getCapacity

        public Capacity getCapacity()
        Gets the value of the capacity property.
        Returns:
        possible object is Capacity
      • setCapacity

        public void setCapacity​(Capacity value)
        Sets the value of the capacity property.
        Parameters:
        value - allowed object is Capacity
      • getCapacityName

        public String getCapacityName()
        Gets the value of the capacityName property.
        Returns:
        possible object is String
      • setCapacityName

        public void setCapacityName​(String value)
        Sets the value of the capacityName property.
        Parameters:
        value - allowed object is String
      • isIgnoreStuckThreads

        public Boolean isIgnoreStuckThreads()
        Gets the value of the ignoreStuckThreads property.
        Returns:
        possible object is Boolean
      • setIgnoreStuckThreads

        public void setIgnoreStuckThreads​(Boolean value)
        Sets the value of the ignoreStuckThreads property.
        Parameters:
        value - allowed object is Boolean
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String