org.gcube.vremanagement.executor.plugin
Interface ExecutorTask


public interface ExecutorTask

Tagging interface for tasks that can be executed by the service.

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
 void stop()
          Attempts to stop execution.
 

Method Detail

stop

void stop()
          throws java.lang.UnsupportedOperationException,
                 java.lang.Exception
Attempts to stop execution.

Throws:
java.lang.UnsupportedOperationException - if the task cannot be stopped.
java.lang.Exception - if the task could not be stopped.