J2EEManagedObject MBean

Partial ObjectName:
WebSphere:*,type=J2EEManagedObject,j2eeType=J2EEManagedObject


MBean J2EEManagedObject

The base model of all managed objects in the J2EE Management Model.

Since:

6.0


Attribute Summary

java.lang.StringobjectName
           The object name of the managed object.
booleanstateManageable
           Indicates if the managed object implements the StateManageable model and supports state management.
booleanstatisticsProvider
           Indicates if the managed object implements the StatisticsProvider model and supports the generation of performance statistics.
booleaneventProvider
           Indicates if the managed object implements the EventProvider model and provides notifications about events that occur on that object.

Attribute Detail

objectName

public java.lang.String objectName

     The object name of the managed object. The objectName attribute is of the type OBJECT_NAME which is a string that complies with the javax.management.ObjectName syntax. The objectName attribute is never null. The value of objectName is unique within the management domain. Management applications use this value to identify managed objects, for example identifying the source of events.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


stateManageable

public boolean stateManageable

     Indicates if the managed object implements the StateManageable model and supports state management.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


statisticsProvider

public boolean statisticsProvider

     Indicates if the managed object implements the StatisticsProvider model and supports the generation of performance statistics.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


eventProvider

public boolean eventProvider

     Indicates if the managed object implements the EventProvider model and provides notifications about events that occur on that object.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Copyright IBM Corporation 2002, 2012