|
Java EE 5 SDK | ||||||||
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.
Field Summary |
---|
Fields inherited from interface com.sun.appserv.management.base.AMX |
---|
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
Method Summary | |
---|---|
AMXConfig |
getConfigPeer()
Get the corresponding configuration peer for this MBean (if any). |
Monitoring |
getMonitoringPeer()
Get the Monitoring (if any) |
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 |
isstatisticProvider()
If true, indicates that the managed object supports performance statistics and therefore implements the StatisticsProvider model. |
boolean |
isstatisticsProvider()
|
Methods inherited from interface com.sun.appserv.management.base.AMX |
---|
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS |
Methods inherited from interface javax.management.NotificationEmitter |
---|
removeNotificationListener |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging |
---|
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel |
Methods inherited from interface com.sun.appserv.management.j2ee.ConfigProvider |
---|
isConfigProvider |
Method Detail |
---|
String getobjectName()
Note that the Attribute name is case-sensitive "getobjectName" as defined by JSR 77.
boolean iseventProvider()
boolean isstateManageable()
Note that the Attribute name is case-sensitive "stateManageable" as defined by JSR 77.
boolean isstatisticProvider()
Note that the Attribute name is case-sensitive "statisticProvider" as defined by JSR 77.
boolean isstatisticsProvider()
Monitoring getMonitoringPeer()
AMXConfig getConfigPeer()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.