org.outerj.daisy.backuplock
Interface SuspendableProcess


public interface SuspendableProcess


Method Summary
 void resumeExecution()
           
 boolean suspendExecution(long msecs)
           
 

Method Detail

suspendExecution

boolean suspendExecution(long msecs)
                         throws java.lang.InterruptedException
Parameters:
msecs - if suspending doesn't succeeded within this time frame, return false
Returns:
true except if suspending didn't succeed within the given time frame
Throws:
java.lang.InterruptedException

resumeExecution

void resumeExecution()


Copyright © -2012 . All Rights Reserved.