WebSphere:*,type=J2EEManagedObject,j2eeType=J2EEManagedObject
MBean J2EEManagedObject
The base model of all managed objects in the J2EE Management Model.
6.0
Attribute Summary | |
---|---|
java.lang.String | objectName The object name of the managed object. |
boolean | stateManageable Indicates if the managed object implements the StateManageable model and supports state management. |
boolean | statisticsProvider Indicates if the managed object implements the StatisticsProvider model and supports the generation of performance statistics. |
boolean | eventProvider Indicates if the managed object implements the EventProvider model and provides notifications about events that occur on that object. |
Attribute Detail |
---|
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.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public boolean stateManageable
Indicates if the managed object implements the StateManageable model and supports state management.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public boolean statisticsProvider
Indicates if the managed object implements the StatisticsProvider model and supports the generation of performance statistics.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public boolean eventProvider
Indicates if the managed object implements the EventProvider model and provides notifications about events that occur on that object.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager