org.oddjob.monitor.actions
Class ResourceActionProvider

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

public class ResourceActionProvider
extends Object
implements ActionProvider

An ActionProvider that provides actions from any number of XML Configurations found on the class path.

Author:
rob

Field Summary
static String ACTION_FILE
          The resource name.
 
Constructor Summary
ResourceActionProvider(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
 

Field Detail

ACTION_FILE

public static final String ACTION_FILE
The resource name.

See Also:
Constant Field Values
Constructor Detail

ResourceActionProvider

public ResourceActionProvider(ArooaSession session)
Constructor.

Parameters:
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.