nextgrid.api.pom
Class ProcessFactoryFinder

java.lang.Object
  extended by nextgrid.api.pom.ProcessFactoryFinder

public final class ProcessFactoryFinder
extends java.lang.Object

Type description.

Author:
Rodrigo Ruiz

Method Summary
static ProcessFactory getFactory()
          Gets a process factory instance.
static void release()
          Cleans the cached factory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

release

public static void release()
Cleans the cached factory instance. This method can be used to clean up the system before shutting down, or to force a new instance to be created the next time getFactory() is invoked.


getFactory

public static ProcessFactory getFactory()
Gets a process factory instance.

Returns:
A ProcessFactory instance


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.