|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.modeler.BaseModelMBean
org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean<T>
T
- ManagedObject typepublic class J2EEManagedObjectMBean<T>
J2EEManagedObject MBean Base.
Field Summary | |
---|---|
private static boolean |
IS_EVENT_PROVIDER
Is the MBean an Event Provider ? (Optionnal support) |
private static boolean |
IS_STATE_MANAGEABLE
Is the MBean State Manageable ? (Optionnal support) |
private static boolean |
IS_STATISTICS_PROVIDER
Is the MBean a Statistics Provider ? (Optionnal support) |
private static JLog |
logger
Logger. |
Fields inherited from class org.apache.commons.modeler.BaseModelMBean |
---|
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source |
Constructor Summary | |
---|---|
J2EEManagedObjectMBean()
Create the mbean. |
Method Summary | |
---|---|
protected static JLog |
getLogger()
|
protected T |
getManagedComponent()
|
boolean |
isEventProvider()
|
boolean |
isStateManageable()
|
boolean |
isStatisticsProvider()
|
Methods inherited from class org.apache.commons.modeler.BaseModelMBean |
---|
addAttributeChangeNotificationListener, addNotificationListener, createDefaultModelMBeanInfo, createResource, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, getRegistry, initModelInfo, invoke, isModelMBeanInfoValid, load, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedResource, setModeledType, setModelMBeanInfo, setRegistry, store, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static JLog logger
private static final boolean IS_EVENT_PROVIDER
private static final boolean IS_STATISTICS_PROVIDER
private static final boolean IS_STATE_MANAGEABLE
Constructor Detail |
---|
public J2EEManagedObjectMBean() throws javax.management.MBeanException
javax.management.MBeanException
- if the super constructor fails.Method Detail |
---|
protected T getManagedComponent()
public boolean isStateManageable()
public boolean isStatisticsProvider()
public boolean isEventProvider()
protected static final JLog getLogger()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |