|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
public class J2EEManagedObject
This class implements the J2EEManagedObject type specified in JSR77
Field Summary | |
---|---|
static String |
J2EE_TYPE_APPLICATION
Constant for a j2ee application |
static String |
J2EE_TYPE_SERVER
Constant for j2ee server |
static String |
NAME
Name constant |
Fields inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter |
---|
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
Constructor Summary | |
---|---|
protected |
J2EEManagedObject(String objectName)
MBean constructor |
protected |
J2EEManagedObject(String objectName,
boolean stateManageable,
boolean statisticsProvider,
boolean eventProvider)
MBean constructor |
Method Summary | |
---|---|
String |
getObjectName()
Return this MBean's name |
boolean |
isEventProvider()
|
boolean |
isStateManageable()
|
boolean |
isStatisticsProvider()
|
Methods inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter |
---|
initLogger, sendReconfigNotification, sendSaveNotification |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String J2EE_TYPE_SERVER
public static final String J2EE_TYPE_APPLICATION
Constructor Detail |
---|
protected J2EEManagedObject(String objectName)
objectName
- The complete name of the managed objectprotected J2EEManagedObject(String objectName, boolean stateManageable, boolean statisticsProvider, boolean eventProvider)
objectName
- object name of the managed objectstateManageable
- if true, this managed object implements J2EE State
Management ModelstatisticsProvider
- if true, this managed object implements the
J2EE StatisticProvide ModeleventProvider
- if true, this managed object implements the J2EE
EventProvider ModelMethod Detail |
---|
public String getObjectName()
public boolean isEventProvider()
public boolean isStateManageable()
public boolean isStatisticsProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |