org.globus.ogsa.impl.base.jobmanager
Class JobManagerImpl

java.lang.Object
  extended bySecureNotificationServiceSkeleton
      extended byorg.globus.ogsa.impl.base.jobmanager.JobManagerImpl

public class JobManagerImpl
extends SecureNotificationServiceSkeleton

See Also:
Serialized Form

Constructor Summary
JobManagerImpl(AbstractJobManager jb)
           
 
Method Summary
 void cancel()
           
 int getStatus()
           
 void postCreate(GridContext context)
           
 void preDestroy(GridContext context)
           
 void submitJob(java.lang.String rsl)
           
static org.w3c.dom.Element toElement(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobManagerImpl

public JobManagerImpl(AbstractJobManager jb)
Method Detail

postCreate

public void postCreate(GridContext context)
                throws GridServiceException
Throws:
GridServiceException

submitJob

public void submitJob(java.lang.String rsl)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStatus

public int getStatus()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancel

public void cancel()
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

preDestroy

public void preDestroy(GridContext context)
                throws GridServiceException
Throws:
GridServiceException

toElement

public static org.w3c.dom.Element toElement(int status)