org.apache.geronimo.remoting.jmx
Class RemoteMBeanServerFactory

java.lang.Object
  extended byorg.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory

public class RemoteMBeanServerFactory
extends Object

Version:
$Revision: 1.6 $ $Date: 2004/03/10 09:59:19 $

Constructor Summary
RemoteMBeanServerFactory()
           
 
Method Summary
static javax.management.MBeanServer create(String host)
           
static javax.management.MBeanServer create(String host, int port)
           
static javax.management.MBeanServer create(URI target)
           
protected  javax.management.MBeanServer factoryCreate(String hostname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMBeanServerFactory

public RemoteMBeanServerFactory()
Method Detail

create

public static javax.management.MBeanServer create(String host)
                                           throws IllegalArgumentException
Throws:
IllegalArgumentException

create

public static javax.management.MBeanServer create(String host,
                                                  int port)
                                           throws IllegalArgumentException
Throws:
IllegalArgumentException

create

public static javax.management.MBeanServer create(URI target)

factoryCreate

protected javax.management.MBeanServer factoryCreate(String hostname)
See Also:
org.apache.geronimo.enterprise.deploy.server.RemoteMBeanServerFactory#factoryCreate(java.lang.String)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.