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


Uses of Interface
weblogic.management.runtime.EJBRuntimeMBean

Packages that use EJBRuntimeMBean
weblogic.management.runtime   

 

Uses of EJBRuntimeMBean in weblogic.management.runtime

 

Subinterfaces of EJBRuntimeMBean in weblogic.management.runtime
 interface EntityEJBRuntimeMBean
          This interface contains accessor methods for all EJB runtime information collected for an Entity Bean.
 interface MessageDrivenEJBRuntimeMBean
          This interface contains accessor methods for all EJB runtime information collected for a Message Driven Bean.
 interface SingletonEJBRuntimeMBean
          This interface contains accessor methods for all EJB run-time information collected for a Singleton session bean.
 interface StatefulEJBRuntimeMBean
          This interface contains accessor methods for all EJB runtime information collected for a Stateful Session Bean.
 interface StatelessEJBRuntimeMBean
          This interface contains accessor methods for all EJB runtime information collected for a Stateless Session Bean.

 

Methods in weblogic.management.runtime that return EJBRuntimeMBean
abstract  EJBRuntimeMBean EJBComponentRuntimeMBean.getEJBRuntime(String ejbName)
          Provides the EJBRuntimeMBean for the EJB with the specified name.
abstract  EJBRuntimeMBean WebAppComponentRuntimeMBean.getEJBRuntime(String ejbName)
          Provides the EJBRuntimeMBean for the EJB with the specified name.
abstract  EJBRuntimeMBean[] EJBComponentRuntimeMBean.getEJBRuntimes()
          Provides an array of EJBRuntimeMBean objects for this EJB module.
abstract  EJBRuntimeMBean[] WebAppComponentRuntimeMBean.getEJBRuntimes()
          Provides an array of EJBRuntimeMBean objects for this module.

 


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