Package com.sun.grid.drmaa
Class SessionFactoryImpl
java.lang.Object
org.ggf.drmaa.SessionFactory
com.sun.grid.drmaa.SessionFactoryImpl
This class is used to create a SessionImpl instance. In order to use the
Grid Engine binding, the $SGE_ROOT environment variable must be set, the
$SGE_ROOT/lib/drmaa.jar file must in included in the CLASSPATH environment
variable, and the $SGE_ROOT/lib/$ARCH directory must be included in the
library path, e.g. LD_LIBRARY_PATH.
- Since:
- 0.5
- Version:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a Session instance appropriate for the DRM in use.Methods inherited from class org.ggf.drmaa.SessionFactory
getFactory
-
Constructor Details
-
SessionFactoryImpl
public SessionFactoryImpl()Creates a new instance of SessionFactoryImpl.
-
-
Method Details
-
getSession
Description copied from class:SessionFactory
Gets a Session instance appropriate for the DRM in use.- Specified by:
getSession
in classSessionFactory
- Returns:
- a Session instance appropriate for the DRM in use
-