|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface J2EEManagedObject
The J2EEManagedObject model is the base model of all managed objects in the J2EE Management Model. All managed objects in the J2EE Platform must implement the J2EEManagedObject model.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy |
|---|
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid |
| Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI |
|---|
getChildren, getName, getParent |
| Method Detail |
|---|
@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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||