Methods Summary |
---|
public com.sun.appserv.management.config.AMXConfig | getConfigPeer()Get the corresponding configuration peer for this MBean (if any).
The returned proxy will implement the appropriate interface, not
just AMXConfig.
|
public com.sun.appserv.management.monitor.Monitoring | getMonitoringPeer()Get the Monitoring (if any)
|
public java.lang.String | getobjectName()The ObjectName of the J2EEManagedObject.
All managed objects must have a unique name within the context of
the management domain. The name must not be null.
Note that the Attribute name is case-sensitive
"getobjectName" as defined by JSR 77.
|
public boolean | iseventProvider()If true, indicates that the managed object provides event
notification about events that occur on that object.
NOTE: JSR 77 defines the Attribute name as "eventProvider".
|
public boolean | isstateManageable()If true, indicates that this managed object implements the
StateManageable model and is state manageable.
Note that the Attribute name is case-sensitive
"stateManageable" as defined by JSR 77.
|
public boolean | isstatisticProvider()If true, indicates that the managed object supports performance
statistics and therefore implements the StatisticsProvider model.
Note that the Attribute name is case-sensitive
"statisticProvider" as defined by JSR 77.
|
public boolean | isstatisticsProvider()
|