|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.replicaexecutor.event.CancelReplicasOfJobRequestEvent
public class CancelReplicasOfJobRequestEvent
Description: A request event which specifies that all replicas of the Job
with id =jobId
should be canceled.
Constructor Summary | |
---|---|
CancelReplicasOfJobRequestEvent(EBReplicaManager ebReplicaManager,
int jobId)
Creates a CancelReplicasOfJobRequestEvent with a EBReplicaManager and a jobId |
Method Summary | |
---|---|
void |
process()
Asks the EBReplicaManager to cancel all replicas of the
job with id =jobId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelReplicasOfJobRequestEvent(EBReplicaManager ebReplicaManager, int jobId)
EBReplicaManager
and a jobId
ebReplicaManager
- The current EBReplicaManager
jobId
- The id of the Job whose replicas should be cancelled.Method Detail |
---|
public void process()
EBReplicaManager
to cancel all replicas of the
job with id =jobId
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |