org.jboss.console.navtree
Interface TreeContext

All Known Implementing Classes:
AppletBrowser.AppletAdminContext (src)

public interface TreeContext

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

See Also:
AdminTreeBrowser (src) , AppletBrowser (src)

Method Summary
 void doAdminTreeAction(TreeAction (src)  action)
           
 void doPopupMenuAction(SimpleTreeNodeMenuEntry (src)  entry)
           
 java.util.Properties getJndiProperties()
           
 SimpleRemoteMBeanInvoker (src) getRemoteMBeanInvoker()
           
 java.lang.String getServiceJmxName()
           
 java.lang.String localizeUrl(java.lang.String sourceUrl)
           
 

Method Detail

doAdminTreeAction

public void doAdminTreeAction(TreeAction (src)  action)

doPopupMenuAction

public void doPopupMenuAction(SimpleTreeNodeMenuEntry (src)  entry)

getJndiProperties

public java.util.Properties getJndiProperties()

getServiceJmxName

public java.lang.String getServiceJmxName()

localizeUrl

public java.lang.String localizeUrl(java.lang.String sourceUrl)

getRemoteMBeanInvoker

public SimpleRemoteMBeanInvoker (src)  getRemoteMBeanInvoker()