org.ow2.easybeans.container.management
Class JContainer3MBean

java.lang.Object
  extended by org.apache.commons.modeler.BaseModelMBean
      extended by org.ow2.easybeans.jsr77.J2EEManagedObjectMBean<T>
          extended by org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean<T>
              extended by org.ow2.easybeans.jsr77.J2EEModuleMBean<org.ow2.easybeans.container.JContainer3>
                  extended by org.ow2.easybeans.jsr77.EJBModuleMBean
                      extended by org.ow2.easybeans.container.management.JContainer3MBean
All Implemented Interfaces:
javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.modelmbean.ModelMBean, javax.management.modelmbean.ModelMBeanNotificationBroadcaster, javax.management.NotificationBroadcaster, javax.management.PersistentMBean

public class JContainer3MBean
extends EJBModuleMBean

MBean for JContainer3.

Author:
Guillaume Sauthier

Field Summary
 
Fields inherited from class org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean
J2EESERVER_KEY
 
Fields inherited from class org.apache.commons.modeler.BaseModelMBean
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source
 
Constructor Summary
JContainer3MBean()
          Default ModelMBean constructor.
 
Method Summary
 java.net.URL getUrl()
          Gets the URL of the archive of this container.
 void start()
          Start this container.
 void stop()
          Stop this container.
 
Methods inherited from class org.ow2.easybeans.jsr77.EJBModuleMBean
getEjbs
 
Methods inherited from class org.ow2.easybeans.jsr77.J2EEModuleMBean
getJavaVMs
 
Methods inherited from class org.ow2.easybeans.jsr77.J2EEDeployedObjectMBean
getDeploymentDescriptor, getJ2EEServer, getServer
 
Methods inherited from class org.ow2.easybeans.jsr77.J2EEManagedObjectMBean
getLogger, getManagedComponent, isEventProvider, isStateManageable, 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
 

Constructor Detail

JContainer3MBean

public JContainer3MBean()
                 throws javax.management.MBeanException
Default ModelMBean constructor.

Throws:
javax.management.MBeanException - if ModelMBean creation fails.
Method Detail

start

public void start()
Start this container.


getUrl

public java.net.URL getUrl()
Gets the URL of the archive of this container.

Returns:
the URL of the archive of this container.

stop

public void stop()
Stop this container.



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