Method Summary |
|
public void | execute() |
public String | getClusterName() |
protected LoggingService | getLoggingService() Get the logging service, for subclass use. |
protected void | handleChangedTask(Task task) This method is meant to be overridden by subclasses for those instances where
the sublass needs to do processing when a task change is detected. |
protected void | handleRemovedAllocation(Allocation allocation) This method is meant to be overridden by subclasses for those instances where
the sublass needs to do processing when an allocation removal is detected. |
protected void | handleRemovedTask(Task task) This method is meant to be overridden by subclasses for those instances where
the sublass needs to do processing when a task removal is detected. |
final public void | setLoggingService(LoggingService bs) rely upon load-time introspection to set these services -
don't worry about revokation. |
protected void | setupSubscriptions() Standard SimplePlugin method. |
protected void | transactInit() This method is meant to be overridden by subclasses for those instances where
the subclass needs to do any initialization at the beginning of each execute() loop. |