|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.executor.ExecutorFactory
public class ExecutorFactory
This class is responsible for obtaining an Executor instace according to the Operating System being used.
Constructor Summary | |
---|---|
ExecutorFactory()
|
Method Summary | |
---|---|
static Executor |
getExecutorInstance()
This is a factory method that returns a Executor depending on the platform the software is running. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutorFactory()
Method Detail |
---|
public static Executor getExecutorInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |