org.fusesource.web.console.client
Class FuseConsole

java.lang.Object
  extended by org.fusesource.web.console.client.FuseConsole
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener, java.util.EventListener

public class FuseConsole
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener

Entry point classes define onModuleLoad().


Constructor Summary
FuseConsole()
           
 
Method Summary
static FuseConsole getInstance()
           
 JmxTreeManager getJmxTreeManager()
           
 com.google.gwt.user.client.ui.HorizontalSplitPanel getMainPanel()
           
 MBeanName getMBeanData(java.lang.String objectName)
           
 com.google.gwt.user.client.ui.Tree getTree()
           
 void onHistoryChanged(java.lang.String historyToken)
           
 void onModuleLoad()
           
static void reloadJmx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuseConsole

public FuseConsole()
Method Detail

getInstance

public static FuseConsole getInstance()

getMBeanData

public MBeanName getMBeanData(java.lang.String objectName)

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

reloadJmx

public static void reloadJmx()

getJmxTreeManager

public JmxTreeManager getJmxTreeManager()

getMainPanel

public com.google.gwt.user.client.ui.HorizontalSplitPanel getMainPanel()

getTree

public com.google.gwt.user.client.ui.Tree getTree()

onHistoryChanged

public void onHistoryChanged(java.lang.String historyToken)
Specified by:
onHistoryChanged in interface com.google.gwt.user.client.HistoryListener


Copyright © 2009 FuseSource. All Rights Reserved.