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.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. |
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 Corp. 1996-2005