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 | ||
| 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.SpringApplicationContextRuntimeMBean
|
||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points |
You can access this MBean from the following MBean attributes:
|
||
| Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
This section describes the following attributes:
This returns the average elapsed time in milliseconds required for getBeanNamesForType()
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
This returns the average elapsed time in milliseconds required for getBeansOfType()
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
This returns the average elapsed time in milliseconds required for getBean()
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
This returns the average elapsed time in milliseconds required to create prototype beans
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
This returns the average elapsed time in milliseconds required to perform a refresh
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
This returns the average elapsed time in milliseconds required to create singleton beans
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | double |
Private property that disables caching in proxies.
| Privileges | Read only |
| Type | boolean |
The names of customer scopes that were registered.
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | class java.lang.String[] |
Display name of the application context
| Privileges | Read only |
| Type | java.lang.String |
The number of times getBean() was called
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
The number of times getBeanNamesForType() was called
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
The number of times getBeansOfType() was called
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
Returns the MBean info for this MBean.
Deprecated.
| Privileges | Read only |
| Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
| Privileges | Read only |
| Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
| Privileges | Read only |
| Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
| Privileges | Read/Write |
| Type |
The name of the parent context
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | java.lang.String |
The number of Prototype beans created.
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
The number of refreshes performed
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
| Privileges | Read only |
| Type | boolean |
The number of singleton beans created.
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
Return the timestamp in milliseconds when this context was first loaded
| Available Since | Release 10.3.1.0 |
| Privileges | Read only |
| Type | long |
Returns the type of the MBean.
| Privileges | Read only |
| Type | java.lang.String |
This section describes the following operations:
|
|
This returns the average elapsed time in milliseconds required to create custom scope beans
| Operation Name | "getAverageCustomScopeBeanCreationTime" |
| Parameters | Object [] { scopeName }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
double
|
| Exceptions |
|
The number of custom scope beans created.
| Operation Name | "getCustomScopeBeansCreatedCount" |
| Parameters | Object [] { scopeName }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
long
|
| Exceptions |
|