org.oddjob.monitor.actions
Class URLActionProvider

java.lang.Object
  extended by org.oddjob.monitor.actions.URLActionProvider
All Implemented Interfaces:
ActionProvider

public class URLActionProvider
extends Object
implements ActionProvider

An ActionProvider that loads ActionProviders from XML configuration found at the given URLs.

Author:
rob

Constructor Summary
URLActionProvider(URL[] urls, ArooaSession session)
          Constructor.
 
Method Summary
 ExplorerAction[] getExplorerActions()
          Return an array of ExplorerActions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLActionProvider

public URLActionProvider(URL[] urls,
                         ArooaSession session)
Constructor.

Parameters:
urls -
session -
Method Detail

getExplorerActions

public ExplorerAction[] getExplorerActions()
Description copied from interface: ActionProvider
Return an array of ExplorerActions.

Specified by:
getExplorerActions in interface ActionProvider
Returns:
ExplorerActions. Never null.