KickJava   Java API By Example, From Geeks To Geeks.

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

  • test.compliance.modelmbean.DescriptorTEST
    Tests the standard required <tt>DescriptorSupport</tt> implementation. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>. @version $Revision: 1.5 $
  • 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.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.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
    JMX DynamicMBean adapter for a Proxool connection pool.<br> See the configuration documentation to learn how to activate a pool for JMX. No programming is necessary to do this. <p> <b>Attributes</b> <ul> <li>alias</li> <li>driverClass</li> < ...
  • org.jboss.mx.server.registry.BasicMBeanRegistry
    The registry for object name - object reference mapping in the MBean server. <p> The implementation of this class affects the invocation speed directly, please check any changes for performance. @todo JMI_DOMAIN isn't very protected @see org.jboss.mx.server.registry.MBeanRegistry @author ...
  • 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.enhydra.util.EafConfigMBean
    EAF's Core MBean Implementation @author Slobodan Vujasinovic
  • org.apache.catalina.mbeans.ContextResourceMBean
    <p>A <strong>ModelMBean</strong> implementation for the <code>org.apache.catalina.deploy.ContextResource</code> component.</p> @author Amy Roh @version $Revision: 1.4 $ $Date: 2004/07/26 16:04:01 $
  • org.apache.log4j.jmx.AppenderDynamicMBean
  • org.jboss.mx.util.JMXExceptionDecoder
    A simple helper to rethrow and/or decode those pesky JMX exceptions. @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a> @author Scott.Stark@jboss.org @version $Revision: 1.5.6.1 $
  • 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.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> ...
Popular Tags