|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, NAME_KEY, NO_NAME, NULL_NAME |
Fields inherited from interface com.sun.appserv.management.base.AMXMBeanLogging |
LOG_RECORD_KEY, LOG_RECORD_NOTIFICATION_TYPE |
Method Summary | |
AMXConfig |
getConfigPeer()
Get the corresponding configuration peer for this MBean (if any). |
Monitoring |
getMonitoringPeer()
Get the Monitoring (if any) |
java.lang.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 |
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging |
getMBeanEmitLogNotifications, getMBeanLoggerName, getMBeanLogLevel, setMBeanEmitLogNotifications, setMBeanLogLevel |
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.j2ee.ConfigProvider |
isConfigProvider |
Method Detail |
public java.lang.String getobjectName()
Note that the Attribute name is case-sensitive "getobjectName" as defined by JSR 77.
public boolean iseventProvider()
public boolean isstateManageable()
Note that the Attribute name is case-sensitive "stateManageable" as defined by JSR 77.
public boolean isstatisticProvider()
Note that the Attribute name is case-sensitive "statisticProvider" as defined by JSR 77.
public boolean isstatisticsProvider()
public Monitoring getMonitoringPeer()
public AMXConfig getConfigPeer()
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.