org.jboss.jmx.connector.rmi
Class TestServer

java.lang.Object
  extended byorg.jboss.jmx.connector.rmi.TestServer

public class TestServer
extends Object

Test Program for the JMX Connector over RMI for the server-side. It creates a local MBeanServer, loads the RMI Connector and registered it as a MBean. At the end it will bind it to the local JNDI server (us your own or download the ??.jar and ??.properties from jBoss). Afterwards you can download connector.jar from jBoss and test the connection.

Author:
Andreas Schaefer (andreas.schaefer@madplanet.com)
See Also:

Constructor Summary
TestServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServer

public TestServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.