org.jboss.console.navtree
Interface TreeContext

All Known Implementing Classes:
AppletBrowser.AppletAdminContext

public interface TreeContext

Interface used to communicate between the container-agnostic AdminTreeBrowser and specific containers such as applets.

Version:
$Revision: 1.4 $

Revisions:

23 dec 2002 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
AdminTreeBrowser, AppletBrowser

Method Summary
 void doAdminTreeAction(TreeAction action)
           
 void doPopupMenuAction(SimpleTreeNodeMenuEntry entry)
           
 Properties getJndiProperties()
           
 SimpleRemoteMBeanInvoker getRemoteMBeanInvoker()
           
 String getServiceJmxName()
           
 String localizeUrl(String sourceUrl)
           
 

Method Detail

doAdminTreeAction

public void doAdminTreeAction(TreeAction action)

doPopupMenuAction

public void doPopupMenuAction(SimpleTreeNodeMenuEntry entry)

getJndiProperties

public Properties getJndiProperties()

getServiceJmxName

public String getServiceJmxName()

localizeUrl

public String localizeUrl(String sourceUrl)

getRemoteMBeanInvoker

public SimpleRemoteMBeanInvoker getRemoteMBeanInvoker()


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