org.jppf.startup
Class JPPFStartupLoader

java.lang.Object
  extended by org.jppf.startup.JPPFStartupLoader

public class JPPFStartupLoader
extends Object

Loader for the JPPF startup SPI implementations.

Author:
Laurent Cohen

Constructor Summary
JPPFStartupLoader()
           
 
Method Summary
<S extends JPPFStartup>
void
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
 

Constructor Detail

JPPFStartupLoader

public JPPFStartupLoader()
Method Detail

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.