Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Spring Monitor: General

Column Display     Configuration Options     Related Tasks     Related Topics

This page lists all the Spring application contexts that could be discovered in the application. Click on the name of an Application Context to view statistics on it.

It also shows the Spring version.

An application context and its corresponding bean factory implements the Spring inversion of control (IoC) container.

A Spring application can contain multiple application contexts, which can be either independent of each other or organized in a hierarchy. The hierarchy is indicated by the parent column.

NOTE: You must start the application to be able to view its statistics.

Configuration Options

Name Description
Spring Version

Get the version number of the Spring Framework.

MBean Attribute:
SpringRuntimeMBean.SpringVersion

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
SpringApplicationContextRuntimeMBean.Name

Parent

The name of the parent context

MBean Attribute:
SpringApplicationContextRuntimeMBean.ParentContext

Startup Date

Return the timestamp in milliseconds when this context was first loaded

MBean Attribute:
SpringApplicationContextRuntimeMBean.StartupDate

Related Tasks

Related Topics


Back to Top