ManagedExecutorServiceBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Information for this MBean is available only at runtime.

To view information about this MBean, start the host WebLogic Server instance, then use WebLogic Scripting Tool in interactive mode. Or use some other MBean browser.

           
Since12.2.1.0.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.wl.ManagedExecutorServiceBean
Factory Methods
Additional Access Points In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:
    Subtypes The following MBeans extend or implement this MBean type:


      Attributes

      This section describes the following attributes:


      DispatchPolicy

             
      Privileges Read/Write
      Typejava.lang.String
      Default Value

      Id

             
      Privileges Read/Write
      Typejava.lang.String

      LongRunningPriority

             
      Privileges Read/Write
      Typeint
      Default Value5
      Minimum value1
      Maximum value10

      MaxConcurrentLongRunningRequests

             
      Privileges Read/Write
      Typeint
      Default Value10
      Minimum value0
      Maximum value65534

      Name

             
      Privileges Read/Write
      Typejava.lang.String


      Operations

      This section describes the following operations:


        isSet

        Return true if the given property has been explicitly set in this bean.

           
        Operation Name"isSet"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to check

        SignatureString [] { "java.lang.String" }
        Returns boolean
        Exceptions
        • java.lang.IllegalArgumentException
          IllegalArgumentException if propertyName is not a recognized property

        unSet

        Restore the given property to its default value.

           
        Operation Name"unSet"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to restore

        SignatureString [] { "java.lang.String" }
        Returns void
        Exceptions
        • java.lang.IllegalArgumentException
          UnsupportedOperationException if called on a runtime implementation.