org.ggf.drmaa
Class SessionFactory

java.lang.Object
  extended by org.ggf.drmaa.SessionFactory
Direct Known Subclasses:
GridWaySessionFactory

public abstract class SessionFactory
extends java.lang.Object

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

SessionFactory

public SessionFactory()
Method Detail

getFactory

public static SessionFactory getFactory()
This method returns a SessionFactory object for the GridWay DRMAA Java implementation.


getSession

public abstract Session getSession()
This method returns a Session object for the GridWay DRMAA Java implementation.