org.ggf.drmaa
Class GridWaySessionFactory

java.lang.Object
  extended by org.ggf.drmaa.SessionFactory
      extended by org.ggf.drmaa.GridWaySessionFactory

public class GridWaySessionFactory
extends SessionFactory

This class implements the abstract methods of the SessionFactory class.


Constructor Summary
GridWaySessionFactory()
           
 
Method Summary
 Session getSession()
          This method returns a Session object for the GridWay DRMAA Java implementation.
 
Methods inherited from class org.ggf.drmaa.SessionFactory
getFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridWaySessionFactory

public GridWaySessionFactory()
Method Detail

getSession

public Session getSession()
Description copied from class: SessionFactory
This method returns a Session object for the GridWay DRMAA Java implementation.

Specified by:
getSession in class SessionFactory