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 SpringApplicationContextRuntimeMBean

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

public interface SpringApplicationContextRuntimeMBean
extends RuntimeMBean

This MBean represents instances of class org.springframework.context.support.AbstractApplicationContext and org.springframework.beans.factory.support.AbstractBeanFactory There is a SpringApplicationContextRuntimeMBean for each application context in a deployment.

Since:
10.3.1.0

Method Summary
abstract  double getAverageCustomScopeBeanCreationTime(String scopeName)
          This returns the average elapsed time in milliseconds required to create custom scope beans
abstract  double getAverageGetBeanNamesForTypeTime()
          This returns the average elapsed time in milliseconds required for getBeanNamesForType()
abstract  double getAverageGetBeansOfTypeTime()
          This returns the average elapsed time in milliseconds required for getBeansOfType()
abstract  double getAverageGetBeanTime()
          This returns the average elapsed time in milliseconds required for getBean()
abstract  double getAveragePrototypeBeanCreationTime()
          This returns the average elapsed time in milliseconds required to create prototype beans
abstract  double getAverageRefreshTime()
          This returns the average elapsed time in milliseconds required to perform a refresh
abstract  double getAverageSingletonBeanCreationTime()
          This returns the average elapsed time in milliseconds required to create singleton beans
abstract  long getCustomScopeBeansCreatedCount(String scopeName)
          The number of custom scope beans created.
abstract  String[] getCustomScopeNames()
          The names of customer scopes that were registered.
abstract  String getDisplayName()
          Display name of the application context
abstract  long getGetBeanCount()
          The number of times getBean() was called
abstract  long getGetBeanNamesForTypeCount()
          The number of times getBeanNamesForType() was called
abstract  long getGetBeansOfTypeCount()
          The number of times getBeansOfType() was called
abstract  String getParentContext()
          The name of the parent context
abstract  long getPrototypeBeansCreatedCount()
          The number of Prototype beans created.
abstract  long getRefreshCount()
          The number of refreshes performed
abstract  long getSingletonBeansCreatedCount()
          The number of singleton beans created.
abstract  long getStartupDate()
          Return the timestamp in milliseconds when this context was first loaded

 

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

getDisplayName

String getDisplayName()

Display name of the application context

Returns:
display name

getParentContext

String getParentContext()

The name of the parent context

Returns:
parent context value
Since:
10.3.1.0

getStartupDate

long getStartupDate()

Return the timestamp in milliseconds when this context was first loaded

Returns:
startup date value
Since:
10.3.1.0

getAveragePrototypeBeanCreationTime

double getAveragePrototypeBeanCreationTime()

This returns the average elapsed time in milliseconds required to create prototype beans

Returns:
average prototype bean creation time value
Since:
10.3.1.0

getPrototypeBeansCreatedCount

long getPrototypeBeansCreatedCount()

The number of Prototype beans created.

Returns:
prototype beans created count value
Since:
10.3.1.0

getAverageSingletonBeanCreationTime

double getAverageSingletonBeanCreationTime()

This returns the average elapsed time in milliseconds required to create singleton beans

Returns:
average singleton bean creation time value
Since:
10.3.1.0

getSingletonBeansCreatedCount

long getSingletonBeansCreatedCount()

The number of singleton beans created.

Returns:
singleton beans created count value
Since:
10.3.1.0

getCustomScopeNames

String[] getCustomScopeNames()

The names of customer scopes that were registered.

Returns:
custom scope names value
Since:
10.3.1.0

getAverageCustomScopeBeanCreationTime

double getAverageCustomScopeBeanCreationTime(String scopeName)
                                             throws IllegalArgumentException

This returns the average elapsed time in milliseconds required to create custom scope beans

Parameters:
scopeName -
Returns:
average custom scope bean creation time value
Throws:
IllegalArgumentException
Since:
10.3.1.0

getCustomScopeBeansCreatedCount

long getCustomScopeBeansCreatedCount(String scopeName)
                                     throws IllegalArgumentException

The number of custom scope beans created.

Parameters:
scopeName -
Returns:
custom scope beans created count value
Throws:
IllegalArgumentException
Since:
10.3.1.0

getAverageRefreshTime

double getAverageRefreshTime()

This returns the average elapsed time in milliseconds required to perform a refresh

Returns:
average refresh time value
Since:
10.3.1.0

getRefreshCount

long getRefreshCount()

The number of refreshes performed

Returns:
refresh count value
Since:
10.3.1.0

getAverageGetBeanTime

double getAverageGetBeanTime()

This returns the average elapsed time in milliseconds required for getBean()

Returns:
average getBean time value
Since:
10.3.1.0

getGetBeanCount

long getGetBeanCount()

The number of times getBean() was called

Returns:
getBean count value
Since:
10.3.1.0

getAverageGetBeansOfTypeTime

double getAverageGetBeansOfTypeTime()

This returns the average elapsed time in milliseconds required for getBeansOfType()

Returns:
average getBeansOfType time value
Since:
10.3.1.0

getGetBeansOfTypeCount

long getGetBeansOfTypeCount()

The number of times getBeansOfType() was called

Returns:
getBeansOfType count value
Since:
10.3.1.0

getAverageGetBeanNamesForTypeTime

double getAverageGetBeanNamesForTypeTime()

This returns the average elapsed time in milliseconds required for getBeanNamesForType()

Returns:
average getBeansForType time value
Since:
10.3.1.0

getGetBeanNamesForTypeCount

long getGetBeanNamesForTypeCount()

The number of times getBeanNamesForType() was called

Returns:
getBeansForType count value
Since:
10.3.1.0

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