org.ourgrid.mygrid.scheduler.event
Class JobCouldNotBeCancelledNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.event.JobCouldNotBeCancelledNotifyEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, NotifyEvent

public class JobCouldNotBeCancelledNotifyEvent
extends java.lang.Object
implements NotifyEvent

Event used to notify that a job was could not be canceled.

See Also:
Serialized Form

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

JobCouldNotBeCancelledNotifyEvent

public JobCouldNotBeCancelledNotifyEvent(java.lang.String cause)
The constructor.

Parameters:
cause - The cause that made the job not possible to be canceled
Method Detail

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent
See Also:
ActionEvent.process()

toString

public java.lang.String toString()
Returns the cause that made the job not possible to be canceled

Overrides:
toString in class java.lang.Object
Returns:
The cause