KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.geronimo.kernel.jmx.MBeanServerDelegate
    A MBeanServerImplementation that delegates to a Kernel. @version $Rev: $ $Date: $
  • 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.management.j2ee.cluster.HAManagementService
    This class enables a client to get a management view (JSR-77) on a JBoss Cluster. It contains the entire logic to map all the {@link org.jboss.management.j2ee.J2EEManagedObject Managed Object (MO) of all the nodes in the cluster to one MO. The same applies to State Management and Performance Stati ...
  • org.objectweb.cjdbc.controller.jmx.ChainedMBeanServer
    Base class for chained MBeanServers. By default this class delegates all method calls to the nested MBeanServer. Subclass it to add behavior to one or more (or all) methods. <p> This class takes its origin in mx4j.server.ChainedMBeanServer @author <a HREF="mailto:marc.wick@monte-bre.ch"& ...
  • 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.net.jmx.adaptor.RemoteAdaptor
    Remote Interface for the server side Adaptor which is nearly the same as the MBeanServer Interface but has an additional RemoteException. @author <a HREF="mailto:christoph.jung@jboss.org">Christoph G. Jung</a>
  • org.objectweb.jonas.mejb.ManagementBean
    This is the Management EJB implementation for JOnAS. A MEJB instance is created and deployed at JOnAS start time. It is registered in the ejb/mgmt naming subcontext. The current implementation allows access to managed resources registered in the current (local) MBean server via the standard manag ...
  • 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 ...
  • 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.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.objectweb.jonas.mejb.DomainManagement
    This is a variation on the javax.management.j2ee.Management interface required to be exposed by JOnAS through the MEJB session bean. This extends the main functionality of the MEJB session bean by allowing clients to query mbean information from other servers within the same domain.<br/>< ...
  • test.compliance.server.MBeanServerTEST
    Tests the MBean server impl. through the <tt>MBeanServer</tt> interface. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.27 $
  • 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.test.jbossmx.compliance.server.MBeanServerTestCase
  • hero.util.Timer
  • 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