|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ggf.drmaa.SessionFactory
public abstract class SessionFactory
This class allows the Java language binding implementation to support multiple different DRMAA vendors. The SessionFactory class returns a GridWay DRMAA SessionFactory implementation.
Constructor Summary | |
---|---|
SessionFactory()
|
Method Summary | |
---|---|
static SessionFactory |
getFactory()
This method returns a SessionFactory object for the GridWay DRMAA Java implementation. |
abstract Session |
getSession()
This method returns a Session object for the GridWay DRMAA Java implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionFactory()
Method Detail |
---|
public static SessionFactory getFactory()
public abstract Session getSession()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |