org.jppf.startup
Class JPPFStartupLoader
java.lang.Object
org.jppf.startup.JPPFStartupLoader
public class JPPFStartupLoader
- extends Object
Loader for the JPPF startup SPI implementations.
- Author:
- Laurent Cohen
|
Method Summary |
|
load(Class<S> clazz)
Load all instances found in the class path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPPFStartupLoader
public JPPFStartupLoader()
load
public <S extends JPPFStartup> void load(Class<S> clazz)
- Load all instances found in the class path.
- Type Parameters:
S - the type of startup SPI.- Parameters:
clazz - the type of startup classes to lookup and run.
Copyright © 2005-2010 JPPF Team.