org.ow2.easybeans.jsr77
Class J2EEModuleMBean<T extends EZBJ2EEManagedObject>

java.lang.Object
  extended by org.apache.commons.modeler.BaseModelMBean
      extended by org.ow2.util.jmx.impl.BaseModelMBeanExt
          extended by org.ow2.easybeans.jsr77.J2EEManagedObjectMBean<T>
              extended by org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean<T>
                  extended by org.ow2.easybeans.jsr77.J2EEModuleMBean<T>
Type Parameters:
T - ManagedObject type
All Implemented Interfaces:
javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.modelmbean.ModelMBean, javax.management.modelmbean.ModelMBeanNotificationBroadcaster, javax.management.NotificationBroadcaster, javax.management.PersistentMBean, org.ow2.util.jmx.api.IBaseModelMBeanExt
Direct Known Subclasses:
EJBModuleMBean

public class J2EEModuleMBean<T extends EZBJ2EEManagedObject>
extends J2EEDeployedObjectMBean<T>

J2EEModule JSR77 MBean.

Author:
Guillaume Sauthier, Florent BENOIT

Field Summary
 
Fields inherited from class org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean
J2EESERVER_KEY
 
Fields inherited from class org.apache.commons.modeler.BaseModelMBean
attributeBroadcaster, generalBroadcaster, info, oname, registry, resource, resourceType, source
 
Constructor Summary
J2EEModuleMBean()
          Create the mbean.
 
Method Summary
 java.lang.String[] getJavaVMs()
           
 
Methods inherited from class org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean
getDeploymentDescriptor, getJ2EEServer, getServer
 
Methods inherited from class org.ow2.easybeans.jsr77.J2EEManagedObjectMBean
getBaseModelMBeanExtId, getLogger, getManagedComponent, isEventProvider, isStateManageable, isStatisticsProvider, postRegister, preDeregister
 
Methods inherited from class org.ow2.util.jmx.impl.BaseModelMBeanExt
addAttribute, addOperation, getAttribute, getAttributes, getMBeanInfo, invoke, removeAttribute, removeOperation, setAttribute, setAttributes
 
Methods inherited from class org.apache.commons.modeler.BaseModelMBean
addAttributeChangeNotificationListener, addNotificationListener, createDefaultModelMBeanInfo, createResource, getClassName, getJmxName, getManagedResource, getModelerType, getNotificationInfo, getObjectName, getRegistry, initModelInfo, isModelMBeanInfoValid, load, postDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setManagedResource, setModeledType, setModelMBeanInfo, setRegistry, store, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.modelmbean.ModelMBean
setManagedResource, setModelMBeanInfo
 
Methods inherited from interface javax.management.PersistentMBean
load, store
 
Methods inherited from interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
addAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, preRegister
 

Constructor Detail

J2EEModuleMBean

public J2EEModuleMBean()
                throws javax.management.MBeanException
Create the mbean.

Throws:
javax.management.MBeanException - if the super constructor fails.
Method Detail

getJavaVMs

public java.lang.String[] getJavaVMs()
Returns:
Returns the ObjectNames of the Java VMs.


Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.