站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

TestServer (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


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.