BEA Systems, Inc.

WebLogic Server 6.1 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
 java.lang.String getContextPath()
          Returns context path
 int getExecutionTimeAverage()
          Returns the average amount of time in milliseconds all invocations of the servlet have executed since created.
 int getExecutionTimeHigh()
          Returns the amount of time in milliseconds the single longest invocation of the servlet has executed since created.
 int getExecutionTimeLow()
          Returns the amount of time in milliseconds the single shortest invocation of the servlet has executed since created.
 int getExecutionTimeTotal()
          Returns the amount of time in milliseconds all invocations of the servlet has executed since created.
 int getInvocationTotalCount()
           
 int getPoolMaxCapacity()
          Returns the maximum capacity of this servlet for single thread model servlets.
 int getReloadTotalCount()
           
 java.lang.String getServletName()
          Return the Servelet's name.
 java.lang.String getServletPath()
          Returns the servlet path
 java.lang.String getURL()
          Returns http://:port//
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, 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

getServletName

public java.lang.String getServletName()
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 in milliseconds all invocations of the servlet has executed since created.


getExecutionTimeHigh

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


getExecutionTimeLow

public int getExecutionTimeLow()
Returns the amount of time in milliseconds 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 in milliseconds all invocations of the servlet have executed since created.


getServletPath

public java.lang.String getServletPath()
Returns the servlet path


getContextPath

public java.lang.String getContextPath()
Returns context path


getURL

public java.lang.String getURL()
Returns http://:port//


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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.