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.6.1 $

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

void doAdminTreeAction(TreeAction action)

doPopupMenuAction

void doPopupMenuAction(SimpleTreeNodeMenuEntry entry)

getJndiProperties

Properties getJndiProperties()

getServiceJmxName

String getServiceJmxName()

localizeUrl

String localizeUrl(String sourceUrl)

getRemoteMBeanInvoker

SimpleRemoteMBeanInvoker getRemoteMBeanInvoker()


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