public interface J2EEManagedObject
extends org.glassfish.admin.amx.core.AMXProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getobjectName()
The ObjectName of the J2EEManagedObject.
|
boolean |
iseventProvider()
If true, indicates that the managed object provides event
notification about events that occur on that object.
|
boolean |
isstateManageable()
If true, indicates that this managed object implements the
StateManageable model and is state manageable.
|
boolean |
isstatisticsProvider()
If true, indicates that the managed object supports performance
statistics and therefore implements the StatisticsProvider model.
|
@ManagedAttribute String getobjectName()
Note that the Attribute name is case-sensitive "getobjectName" as defined by JSR 77.
@ManagedAttribute boolean iseventProvider()
@ManagedAttribute boolean isstateManageable()
Note that the Attribute name is case-sensitive "stateManageable" as defined by JSR 77.
@ManagedAttribute boolean isstatisticsProvider()
Note that the Attribute name is case-sensitive "statisticProvider" as defined by JSR 77.
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.