org.ourgrid.mygrid.scheduler.jobmanager
Interface JobManagerListenerRemote

All Superinterfaces:
MyGridDownListener, java.rmi.Remote
All Known Implementing Classes:
GUIListenerImpl

public interface JobManagerListenerRemote
extends MyGridDownListener, java.rmi.Remote


Method Summary
 void jobCanceled(int jobId)
           
 void jobCreated(JobEntry jobEntry)
           
 void removeJob(int jobId)
           
 void replicaStateChanged(ReplicaEntry replicaEntry, ExecutionStatus jobState, ExecutionStatus taskState, int numberOfTaskFails)
           
 
Methods inherited from interface org.ourgrid.mygrid.scheduler.jobmanager.MyGridDownListener
myGridDown
 

Method Detail

jobCreated

void jobCreated(JobEntry jobEntry)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

replicaStateChanged

void replicaStateChanged(ReplicaEntry replicaEntry,
                         ExecutionStatus jobState,
                         ExecutionStatus taskState,
                         int numberOfTaskFails)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeJob

void removeJob(int jobId)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

jobCanceled

void jobCanceled(int jobId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException