|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.JobCouldNotBeCancelledNotifyEvent
public class JobCouldNotBeCancelledNotifyEvent
Event used to notify that a job was could not be canceled.
Constructor Summary | |
---|---|
JobCouldNotBeCancelledNotifyEvent(java.lang.String cause)
The constructor. |
Method Summary | |
---|---|
void |
process()
Performs the specific processing of a given Event . |
java.lang.String |
toString()
Returns the cause that made the job not possible to be canceled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobCouldNotBeCancelledNotifyEvent(java.lang.String cause)
cause
- The cause that made the job not possible to be canceledMethod Detail |
---|
public void process()
ActionEvent
Event
.
process
in interface ActionEvent
ActionEvent.process()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |