BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.management.runtime
Interface ServletRuntimeMBean


public interface ServletRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

Describes a servlet.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getExecutionTimeAverage()
          Returns the average amount of time all invocations of the servlet have executed since created.
 int getExecutionTimeHigh()
          Returns the amount of time the single longest invocation of the servlet has executed since created.
 int getExecutionTimeLow()
          Returns the amount of time the single shortest invocation of the servlet has executed since created.
 int getExecutionTimeTotal()
          Returns the amount of time all invocations of the servlet has executed since created.
 int getInvocationTotalCount()
           
 java.lang.String getName()
          Return the Servelet's name.
 int getPoolMaxCapacity()
          Returns the maximum capacity of this servlet for single thread model servlets.
 int getReloadTotalCount()
           
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getName

public java.lang.String getName()
Return the Servelet's name.


getReloadTotalCount

public int getReloadTotalCount()


getInvocationTotalCount

public int getInvocationTotalCount()


getPoolMaxCapacity

public int getPoolMaxCapacity()
Returns the maximum capacity of this servlet for single thread model servlets.


getExecutionTimeTotal

public int getExecutionTimeTotal()
Returns the amount of time all invocations of the servlet has executed since created.


getExecutionTimeHigh

public int getExecutionTimeHigh()
Returns the amount of time the single longest invocation of the servlet has executed since created.


getExecutionTimeLow

public int getExecutionTimeLow()
Returns 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.


getExecutionTimeAverage

public int getExecutionTimeAverage()
Returns the average amount of time all invocations of the servlet have executed since created.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60