KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.deployment.spi.JMXTarget
    A Target that deploys using the JMX adaptor to communicate with the MainDeployer using file URLs to the deployments. @author thomas.diesler@jboss.org @author Scott.Stark@jboss.com @version $Revision: 1.1.1.1.4.3 $
  • org.jboss.ant.JMX
    JMX.java. An ant plugin to call managed operations and set attributes on mbeans in a jboss jmx mbean server. To use this plugin with Ant, place the jbossjmx-ant.jar together with the jboss jars jboss-j2ee.jar and jboss-common-client.jar, and the sun jnet.jar in the ant/lib directory you wish to us ...
  • org.jboss.ejb3.test.service.unit.ServiceUnitTestCase
    Sample client for the jboss container. @author <a HREF="mailto:bill@burkecentral.com">Bill Burke</a> @version $Id: ServiceUnitTestCase.java,v 1.6.2.2 2005/06/21 04:47:47 bill Exp $
  • org.jboss.Shutdown
    A JMX client that uses an MBeanServerConnection to shutdown a remote JBoss server. @version <tt>$Revision: 1.16.4.4 $</tt> @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a> @author Scott.Stark@jboss.org
  • org.objectweb.jonas.jmx.JmxServiceImpl
    JMX Service implementation. Provides specific doStart() and doStop () methods to start /stop JOnAS JMX Service. @author Adriana Danes.
  • org.objectweb.jonas.jmx.ManagementReprFactory
    Provides an appropriate management representative. @author Adriana Danes
  • org.apache.geronimo.plugin.packaging.JMXDistributor
    A Distributor that will distribute packages to a server using JMX remoting. Currently this is limited to a server on the same machine (because the location of the artifact is passed using a file: URL). @version $Rev: 159776 $ $Date: 2005-04-02 09:12:22 -0800 (Sat, 02 Apr 2005) $
  • org.jboss.ejb3.test.microbench.unit.BenchUnitTestCase
    Sample client for the jboss container. @author <a HREF="mailto:bill@burkecentral.com">Bill Burke</a> @version $Id: BenchUnitTestCase.java,v 1.1.2.3 2005/06/21 04:47:44 bill Exp $
  • com.caucho.services.jmx.JMXService
    JMX service.
Popular Tags