Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface ClassLoaderRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface ClassLoaderRuntimeMBean
extends RuntimeMBean

Provides methods for retrieving runtime information about class loading


Method Summary
abstract  long getAfterIndexingFindClassCount()
           
abstract  long getAfterIndexingFindClassTime()
           
abstract  long getAfterIndexingLoadClassCount()
           
abstract  long getAfterIndexingLoadClassTime()
           
abstract  long getAfterIndexingResourceCount()
           
abstract  long getAfterIndexingResourceTime()
           
abstract  long getBeforeIndexingFindClassCount()
           
abstract  long getBeforeIndexingFindClassTime()
           
abstract  long getBeforeIndexingLoadClassCount()
           
abstract  long getBeforeIndexingLoadClassTime()
           
abstract  long getBeforeIndexingResourceCount()
           
abstract  long getBeforeIndexingResourceTime()
           
abstract  long getDefineClassCount()
           
abstract  long getDefineClassTime()
           
abstract  long getDuringIndexingFindClassCount()
           
abstract  long getDuringIndexingFindClassTime()
           
abstract  long getDuringIndexingLoadClassCount()
           
abstract  long getDuringIndexingLoadClassTime()
           
abstract  long getDuringIndexingResourceCount()
           
abstract  long getDuringIndexingResourceTime()
           
abstract  long getFindClassCount()
           
abstract  long getFindClassTime()
           
abstract  long getIndexingTime()
           
abstract  long getLoadClassCount()
           
abstract  long getLoadClassTime()
           
abstract  long getParentDelegationCount()
           
abstract  long getParentDelegationTime()
           
abstract  long getResourceCount()
           
abstract  long getResourceTime()
           

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

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

getLoadClassTime

long getLoadClassTime()

getLoadClassCount

long getLoadClassCount()

getFindClassTime

long getFindClassTime()

getFindClassCount

long getFindClassCount()

getDefineClassTime

long getDefineClassTime()

getDefineClassCount

long getDefineClassCount()

getResourceTime

long getResourceTime()

getResourceCount

long getResourceCount()

getParentDelegationTime

long getParentDelegationTime()

getParentDelegationCount

long getParentDelegationCount()

getIndexingTime

long getIndexingTime()

getBeforeIndexingLoadClassTime

long getBeforeIndexingLoadClassTime()

getBeforeIndexingLoadClassCount

long getBeforeIndexingLoadClassCount()

getBeforeIndexingFindClassTime

long getBeforeIndexingFindClassTime()

getBeforeIndexingFindClassCount

long getBeforeIndexingFindClassCount()

getBeforeIndexingResourceTime

long getBeforeIndexingResourceTime()

getBeforeIndexingResourceCount

long getBeforeIndexingResourceCount()

getDuringIndexingLoadClassTime

long getDuringIndexingLoadClassTime()

getDuringIndexingLoadClassCount

long getDuringIndexingLoadClassCount()

getDuringIndexingFindClassTime

long getDuringIndexingFindClassTime()

getDuringIndexingFindClassCount

long getDuringIndexingFindClassCount()

getDuringIndexingResourceTime

long getDuringIndexingResourceTime()

getDuringIndexingResourceCount

long getDuringIndexingResourceCount()

getAfterIndexingLoadClassTime

long getAfterIndexingLoadClassTime()

getAfterIndexingLoadClassCount

long getAfterIndexingLoadClassCount()

getAfterIndexingFindClassTime

long getAfterIndexingFindClassTime()

getAfterIndexingFindClassCount

long getAfterIndexingFindClassCount()

getAfterIndexingResourceTime

long getAfterIndexingResourceTime()

getAfterIndexingResourceCount

long getAfterIndexingResourceCount()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09