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
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