org.apache.geronimo.explorer
Class ExplorerMain

java.lang.Object
  extended byorg.apache.geronimo.explorer.ExplorerMain

public class ExplorerMain
extends Object

A temporary bootstap mechanism for the Groovy script until Groovy reaches beta-1 and can support static main(String[]) methods

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:24 $

Constructor Summary
ExplorerMain()
           
 
Method Summary
static javax.management.MBeanServer getMBeanServer(String host)
           
static MBeanTreeModel getMBeanTreeModel(String host)
           
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

ExplorerMain

public ExplorerMain()
Method Detail

main

public static void main(String[] args)

getMBeanTreeModel

public static MBeanTreeModel getMBeanTreeModel(String host)
                                        throws Exception
Throws:
Exception

getMBeanServer

public static javax.management.MBeanServer getMBeanServer(String host)
                                                   throws URISyntaxException
Throws:
URISyntaxException


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