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

Part Number E27170-02

Uses of Interface
weblogic.management.runtime.ComponentRuntimeMBean

Packages that use ComponentRuntimeMBean
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of ComponentRuntimeMBean in weblogic.management.runtime
 

Subinterfaces of ComponentRuntimeMBean in weblogic.management.runtime
 interface AppClientComponentRuntimeMBean
          This is the ComponentRuntimeMBean for Java EE Application Client Containers.
 interface ConnectorComponentRuntimeMBean
          Generates notifications about the deployment state of resource adapters.
 interface EJBComponentRuntimeMBean
          This is the top level interface for all runtime information collected for an EJB module.
 interface InterceptionComponentRuntimeMBean
          Interception: This is the top level interface for all runtime information collected for an Interception module.
 interface JDBCConnectionPoolRuntimeMBean
          Deprecated. 9.0.0.0 Replaced by JDBCDataSourceRuntimeMBean
 interface JDBCDataSourceRuntimeMBean
          This class is used for monitoring a WebLogic JDBC Data Source and its associated connection pool.
 interface JDBCMultiDataSourceRuntimeMBean
          This class is used for monitoring a WebLogic JDBC Multi Data Source and its associated data sources.
 interface JDBCOracleDataSourceRuntimeMBean
          Runtime MBean that represents a JDBC RAC JDBC data source.
 interface JMSComponentRuntimeMBean
          This is the top level interface for all runtime information collected for an JMS module.
 interface WebAppComponentRuntimeMBean
          Describes a servlet component (servlet context).
 

Methods in weblogic.management.runtime that return ComponentRuntimeMBean
 ComponentRuntimeMBean[] ApplicationRuntimeMBean.getComponentRuntimes()
          Returns the list of component runtime instances for each J2EE component (such as an EJB or a Web application) that is contained in this Enterprise application.
 ComponentRuntimeMBean[] ApplicationRuntimeMBean.lookupComponents()
          Deprecated.  
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-02