ServletRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Describes a servlet.

       
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Operator
Fully Qualified Interface NameIf 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.


Attributes

This section describes the following attributes:


CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

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.

       
Privileges Read only
Typeint

ExecutionTimeHigh

Provides 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.

       
Privileges Read only
Typeint

InvocationTotalCount

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

       
Privileges Read only
Typeint

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

Name

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

       
Privileges Read only
Typejava.lang.String

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName

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.

       
Privileges Read only
Typeint

Registered

Returns false if the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

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.

       
Privileges Read only
Typejava.lang.String

ServletPath

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[]


Operations

This section describes the following operations:


    preDeregister

       
    Operation Name"preDeregister"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • java.lang.Exception