org.oddjob.jmx.server
Class ResourceFactoryProvider

java.lang.Object
  extended by org.oddjob.jmx.server.ResourceFactoryProvider
All Implemented Interfaces:
HandlerFactoryProvider

public class ResourceFactoryProvider
extends Object
implements HandlerFactoryProvider

An HandlerFactoryProvider 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
ResourceFactoryProvider(ArooaSession session)
          Constructor.
 
Method Summary
 ServerInterfaceHandlerFactory<?,?>[] getHandlerFactories()
          Provide the factories.
 
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

ResourceFactoryProvider

public ResourceFactoryProvider(ArooaSession session)
Constructor.

Parameters:
session -
Method Detail

getHandlerFactories

public ServerInterfaceHandlerFactory<?,?>[] getHandlerFactories()
Description copied from interface: HandlerFactoryProvider
Provide the factories.

Specified by:
getHandlerFactories in interface HandlerFactoryProvider
Returns:
Array of factories. Never null;