org.objectweb.jonas.management.j2eemanagement
Class J2EEModule

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.objectweb.jonas.management.ReconfigDispatcher
          extended by org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
              extended by org.objectweb.jonas.management.j2eemanagement.J2EEDeployedObject
                  extended by org.objectweb.jonas.management.j2eemanagement.J2EEModule
All Implemented Interfaces:
javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, ReconfigDispatcherMBean
Direct Known Subclasses:
AppClientModule, EJBModule, ResourceAdapterModule

public class J2EEModule
extends J2EEDeployedObject

A J2EE MBean module used on server (EJB container).

Author:
Michel-Ange Anton

Field Summary
 
Fields inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME
 
Fields inherited from class org.objectweb.jonas.management.ReconfigDispatcher
RECONFIG_TYPE, SAVE_RECONFIG_TYPE
 
Constructor Summary
protected J2EEModule(java.lang.String p_ObjectName)
          MBean constructor.
protected J2EEModule(java.lang.String p_ObjectName, boolean p_StateManageable, boolean p_StatisticsProvider, boolean p_EventProvider)
          MBean constructor.
 
Method Summary
 java.lang.String[] getJavaVMs()
          Return the JVM used by this J2EEModule.
 
Methods inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEDeployedObject
getDeploymentDescriptor, getJonasDeploymentDescriptor, getServer, setDeploymentDescriptor, setJonasDeploymentDescriptor
 
Methods inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 
Methods inherited from class org.objectweb.jonas.management.ReconfigDispatcher
addNotificationListener, getFilter, getHandback, getListener, getNotificationInfo, initLogger, removeNotificationListener, sendReconfigNotification, sendSaveNotification
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
handleNotification, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2EEModule

protected J2EEModule(java.lang.String p_ObjectName)
MBean constructor.

Parameters:
p_ObjectName - The object name of the deployed object

J2EEModule

protected J2EEModule(java.lang.String p_ObjectName,
                     boolean p_StateManageable,
                     boolean p_StatisticsProvider,
                     boolean p_EventProvider)
MBean constructor.

Parameters:
p_ObjectName - The object name of the module object
p_StateManageable - If true, this object implements J2EE State Management Model
p_StatisticsProvider - If true, this object implements the J2EE StatisticProvide Model
p_EventProvider - If true, this object implements the J2EE EventProvider Model
Method Detail

getJavaVMs

public java.lang.String[] getJavaVMs()
Return the JVM used by this J2EEModule.

Returns:
A array of strings of the object name of the JVMs.