org.oddjob.jmx.server
Class ResourceFactoryProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_FILE
public static final String ACTION_FILE
- The resource name.
- See Also:
- Constant Field Values
ResourceFactoryProvider
public ResourceFactoryProvider(ArooaSession session)
- Constructor.
- Parameters:
session
-
getHandlerFactories
public ServerInterfaceHandlerFactory<?,?>[] getHandlerFactories()
- Description copied from interface:
HandlerFactoryProvider
- Provide the factories.
- Specified by:
getHandlerFactories
in interface HandlerFactoryProvider
- Returns:
- Array of factories. Never null;