org.ow2.carol.cmi.controller.server.impl.jgroups
Interface ResumableRunnable

All Superinterfaces:
java.lang.Runnable

public interface ResumableRunnable
extends java.lang.Runnable

This interface provide a handle to the interface Runnable in order to resume a suspended execution.

Author:
The new CMI team

Method Summary
 void resumeExecution()
          Resume an execution.
 void stopExecution()
          Stop an execution.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

resumeExecution

void resumeExecution()
Resume an execution.


stopExecution

void stopExecution()
Stop an execution.



Copyright © 2007 OW2 Consortium. All Rights Reserved.