public interface J2EEManagedObject extends 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.
|
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, validgetChildren, getName, getParent@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. All rights reserved.