EJBComponentRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This is the top level interface for all runtime information collected for an EJB module.

       
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Operator
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.EJBComponentRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points Inherited from ComponentRuntimeMBean Because this MBean extends or implements ComponentRuntimeMBean, you can also access this MBean by retrieving ComponentRuntimeMBeans. The following attributes contain ComponentRuntimeMBeans and its subtypes:
    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:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    CoherenceClusterRuntime

    Returns the Coherence Cluster related runtime mbean for this component

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeCoherenceClusterRuntimeMBean
    Relationship type: Containment.

    EJBRuntimes

    Provides an array of EJBRuntimeMBean objects for this EJB module. The EJBRuntimeMBean instances can be cast to their appropriate subclass (EntityEJBRuntimeMBean, StatelessEJBRuntimeMBean, StatefulEJBRuntimeMBean or MessageDrivenEJBRuntimeMBean) to access additional runtime information for the particular EJB.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeEJBRuntimeMBean[]
    Relationship type: Containment.

    ManagedExecutorServiceRuntimes

    Get the runtime mbeans for all ManagedExecutorServices defined in this component

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeManagedExecutorServiceRuntimeMBean[]
    Relationship type: Containment.

    ManagedScheduledExecutorServiceRuntimes

    Get the runtime mbeans for all ManagedScheduledExecutorServices defined in this component

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeManagedScheduledExecutorServiceRuntimeMBean[]
    Relationship type: Containment.

    ManagedThreadFactoryRuntimes

    Get the runtime mbeans for all ManagedThreadFactorys defined in this component

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeManagedThreadFactoryRuntimeMBean[]
    Relationship type: Containment.

    SpringRuntimeMBean

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeSpringRuntimeMBean
    Relationship type: Containment.

    WorkManagerRuntimes

    Get the runtime mbeans for all work managers defined in this component

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWorkManagerRuntimeMBean[]
    Relationship type: Containment.

    WseeClientConfigurationRuntimes

    Returns the list of Web Service client reference configuration runtime instances that are contained in this EJB within an Enterprise application.

               
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Lookup OperationlookupWseeClientConfigurationRuntime(String name)

    Returns a javax.management.ObjectName for the instance of WseeClientConfigurationRuntimeMBean named name.

    Privileges Read only
    TypeWseeClientConfigurationRuntimeMBean[]
    Relationship type: Containment.

    WseeClientRuntimes

    Returns the list of Web Service client runtime instances that are contained in this Enterprise JavaBean component.

               
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Lookup OperationlookupWseeClientRuntime(String name)

    Returns a javax.management.ObjectName for the instance of WseeClientRuntimeMBean named name.

    Privileges Read only
    TypeWseeClientRuntimeMBean[]
    Relationship type: Containment.

    WseeV2Runtimes

    Returns the list of Web Service runtime instances that are contained in this EJB within an Enterprise application.

               
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Lookup OperationlookupWseeV2Runtime(String name)

    Returns a javax.management.ObjectName for the instance of WseeV2RuntimeMBean named name.

    Privileges Read only
    TypeWseeV2RuntimeMBean[]
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    DeploymentState

    The current deployment state of the module.

    A module can be in one and only one of the following states. State can be changed via deployment or administrator console.

    For more information, see:

           
    Privileges Read only
    Typeint

    EJBComponent

    Provides the associated EJBComponentMBean for this EJB module.

    Deprecated. 12.2.1.0.0

           
    Privileges Read only
    Type

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    ModuleId

    Returns the identifier for this Component. The identifier is unique within the application.

    Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR.

           
    Privileges Read only
    Typejava.lang.String

    Name

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

           
    Privileges Read only
    Typejava.lang.String

    ObjectName

    Returns the ObjectName under which this MBean is registered in the MBean server.

    Deprecated.

           
    Privileges Read only
    Typeweblogic.management.WebLogicObjectName

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    Registered

    Returns false if the MBean represented by this object has been unregistered.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


      getEJBRuntime

      Provides the EJBRuntimeMBean for the EJB with the specified name.

         
      Operation Name"getEJBRuntime"
      ParametersObject [] {  ejbName }

      where:

      • ejbName is an object of type java.lang.String that specifies:

      SignatureString [] { "java.lang.String" }
      ReturnsEJBRuntimeMBean

      lookupWseeClientRuntime

      Returns a named Web Service client runtime instances that is contained in this Enterprise JavaBean component.

         
      Operation Name"lookupWseeClientRuntime"
      ParametersObject [] {  rawClientId }

      where:

      • rawClientId is an object of type java.lang.String that specifies:

        The raw client ID of the client to lookup. This ID does not contain the application/component qualifiers that are prepended to the full client ID for the client.

      SignatureString [] { "java.lang.String" }
      ReturnsWseeClientRuntimeMBean