ServletRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Describes a servlet.

Security roles The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:

  • Operator
   
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.


Attributes

This section describes the following attributes:


 

CachingDisabled

Private property that disables caching in proxies.

   
Privileges Read only    
Type boolean

 

ContextPath

Provides the context path for this servlet.

   
Privileges Read only    
Type java.lang.String

 

ExecutionTimeAverage

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

   
Privileges Read only    
Type int

 

ExecutionTimeHigh

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

   
Privileges Read only    
Type int

 

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    
Type int

 

ExecutionTimeTotal

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

   
Privileges Read only    
Type int

 

InvocationTotalCount

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

   
Privileges Read only    
Type int

 

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

   
Privileges Read only    
Type javax.management.MBeanInfo

 

Name of

Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.

   
Privileges Read only    
Type java.lang.String

 

ObjectName

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

Deprecated.

   
Privileges Read only    
Type weblogic.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    
Type int

 

Registered

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

Deprecated.

   
Privileges Read only    
Type boolean

 

ReloadTotalCount

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

   
Privileges Read only    
Type int

 

ServletClassName

Provides the servlet class name

   
Privileges Read only    
Type java.lang.String

 

ServletName

Provides the name of this instance of a servlet.

   
Privileges Read only    
Type java.lang.String

 

ServletPath

Provides the servlet path.

   
Privileges Read only    
Type java.lang.String

 

Type

Returns the type of the MBean.

   
Privileges Read only    
Type java.lang.String

 

URL

Provides the value of the URL for this servlet.

   
Privileges Read only    
Type java.lang.String

 

URLPatterns

Provides a description of the URL patterns for this servlet.

   
Privileges Read only    
Type class java.lang.String[]


Operations

This section describes the following operations:


     

    preDeregister

    Operation Name "preDeregister"    
    Parameters null
    Signature null
    Returns void
    Exceptions

    • java.lang.Exception