com.sun.grid.jgrid.proxy
Class SGEAdapter

java.lang.Object
  extended bycom.sun.grid.jgrid.proxy.SGEAdapter
All Implemented Interfaces:
DRMAdapter

public class SGEAdapter
extends java.lang.Object
implements DRMAdapter


Method Summary
 void connect(java.lang.String initializationString)
           
 void disconnect()
           
static SGEAdapter getSGEAdapter()
           
 boolean isSetup()
           
 void submitJob(java.lang.String skeleton, java.lang.String jobId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSGEAdapter

public static SGEAdapter getSGEAdapter()
                                throws DRMException
Throws:
DRMException

isSetup

public boolean isSetup()

connect

public void connect(java.lang.String initializationString)
             throws DRMException
Specified by:
connect in interface DRMAdapter
Throws:
DRMException

submitJob

public void submitJob(java.lang.String skeleton,
                      java.lang.String jobId)
               throws DRMException
Specified by:
submitJob in interface DRMAdapter
Throws:
DRMException

disconnect

public void disconnect()
                throws DRMException
Specified by:
disconnect in interface DRMAdapter
Throws:
DRMException