KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanException > Top Examples

  • com.lutris.appserver.server.StandardApplication
    Default application implementation. This class provides standard start/stop services. This can be used as a base class to derive Application objects. @version $Revision: 1.1 $ @author Mark Diekhans
  • org.apache.commons.modeler.BaseModelMBean
    TODO: enable ant-like substitutions ? ( or at least discuss it ) <p>Basic implementation of the <code>ModelMBean</code> interface, which supports the minimal requirements of the interface contract.</p> <p>This can be used directly to wrap an existing java bean, or in ...
  • org.apache.catalina.mbeans.MBeanUtils
    Public utility methods in support of the server side MBeans implementation. @author Craig R. McClanahan @author Amy Roh @version $Revision: 1.34 $ $Date: 2004/12/01 11:17:34 $
  • org.objectweb.jalisto.se.jmx.CacheAdmin
  • org.apache.geronimo.kernel.jmx.MBeanServerDelegate
    A MBeanServerImplementation that delegates to a Kernel. @version $Rev: $ $Date: $
  • org.jboss.mx.modelmbean.ModelMBeanInvoker
    An extension of the {@link org.jboss.mx.server.MBeanInvoker MBeanInvoker} that implements the base Model MBean functionality, essentially making the Model MBean just another invoker of managed resources. @see javax.management.modelmbean.ModelMBean @see org.jboss.mx.server.MBeanInvoker @author & ...
  • org.jboss.mx.server.MBeanServerImpl
    MBean server implementation. The MBean server behaviour can be configured by setting the following system properties: <ul> <li><tt>jbossmx.loader.repository.class</tt> <li><tt>jbossmx.mbean.registry.class</tt> <li><tt>jbossmx.required.modelmbe ...
  • org.jboss.mx.util.MBeanInstaller
    MBean installer utility<p> This installer allows MLet to install or upgrade a mbean based on the version specified in the MLet conf file. If the mbean version is newer than the registered in the server, the installer unregisters the old mbean and then registers the new one. This management ...
  • org.jboss.net.jmx.adaptor.server.Adaptor
    wrapper around the mbean server that may be exposed as a soap-enabled mbean to the outside world. @todo convert to MBeanServerConnection @author <a HREF="mailto:Christoph.Jung@infor.de">Christoph G. Jung</a> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock&l ...
  • org.jboss.management.mejb.ManagementBean
    Management Session Bean to enable the client to manage the server its is deployed on. This is the implementation of the JSR-77 specification MEJB. @author <a HREF="mailto:marc.fleury@jboss.org">Marc Fleury</a> @author <a HREF="mailto:andreas@jboss.org">Andreas Schaefer</a> ...
  • org.jboss.resource.deployment.RARDeployment
    A resource adapter deployment @author <a HREF="adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.8.6.1 $
  • org.jboss.mx.modelmbean.RequiredModelMBeanInvoker
    An invoker that handles the 'ops' that are part of the RequiredModelMBean that must be handled at that level rather than its delegate. @author Scott.Stark@jboss.org @version $Revison:$
  • test.compliance.loading.MLetTEST
    MLet tests. @author <a HREF="mailto:jplindfo@helsinki.fi">Juha Lindfors</a>
  • org.apache.hivemind.management.mbeans.AbstractDynamicMBean
    Ancestor for MBeans. Eases implementation of the {@link javax.management.DynamicMBean} interface. Provides empty method implementations and implements {@link #getAttributes(String[])} and {@link #setAttributes(AttributeList)} @author Achim Huegen
  • org.apache.catalina.mbeans.ContextResourceLinkMBean
    <p>A <strong>ModelMBean</strong> implementation for the <code>org.apache.catalina.deploy.ContextResourceLink</code> component.</p> @author Amy Roh @version $Revision: 1.3 $ $Date: 2004/02/27 14:58:44 $
  • test.compliance.standard.support.DynamicDerived1
    implementing DynamicMBean means that we don't inherit the mbean info from StandardParentMBean
  • test.implementation.loading.MLetVersionTEST
  • org.jboss.mx.util.DefaultExceptionHandler
    Default exception handler for MBean proxy. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.4 $
  • org.jboss.test.jmx.mbeane.TestDeployerE
    This mbean services uses a class contained in a jar within the sar deployment to test @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @version $Revision: 1.2 $ <p>
Popular Tags