ServletRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Describes a servlet.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ServletRuntimeMBean

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points

You can access this MBean from the following MBean attributes:


    Attributes

    This section describes the following attributes:


    ContextPath

    Provides the context path for this servlet.

           
    Privileges Read only
    Typejava.lang.String

    ExecutionTimeAverage

    Provides the average amount of time all invocations of the servlet have executed since created.

    Returns the average amount of time all invocations of the servlet have executed since created.

           
    Privileges Read only
    Typeint

    ExecutionTimeHigh

    Provides the amount of time the single longest invocation of the servlet has executed since created.

    Returns the amount of time the single longest invocation of the servlet has executed since created.

           
    Privileges Read only
    Typeint

    ExecutionTimeLow

    Provides the amount of time the single shortest invocation of the servlet has executed since created. Note that for the CounterMonitor, the difference option must be used.

           
    Privileges Read only
    Typeint

    ExecutionTimeTotal

    Provides the total amount of time all invocations of the servlet have executed since created.

    Returns the amount of time all invocations of the servlet has executed since created.

           
    Privileges Read only
    Typeint

    InvocationTotalCount

    Provides a total count of the times this servlet has been invoked.

           
    Privileges Read only
    Typeint

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    PoolMaxCapacity

    Provides the maximum capacity of this servlet for single thread model servlets.

    Returns the maximum capacity of this servlet for single thread model servlets.

           
    Privileges Read only
    Typeint

    ReloadTotalCount

    Provides a total count of the number of times this servlet has been reloaded.

           
    Privileges Read only
    Typeint

    ServletClassName

    Provides the servlet class name

           
    Privileges Read only
    Typejava.lang.String

    ServletName

    Provides the name of this instance of a servlet.

    Return the Servlet's name.

           
    Privileges Read only
    Typejava.lang.String

    ServletPath

    Provides the servlet path.

    Provides the servlet path.

           
    Privileges Read only
    Typejava.lang.String

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String

    URL

    Provides the value of the URL for this servlet.

           
    Privileges Read only
    Typejava.lang.String

    URLPatterns

    Provides a description of the URL patterns for this servlet.

           
    Privileges Read only
    Typeclass java.lang.String[]