1.0.0

org.eclipse.soda.dk.testagent.service
Interface TestSynchronizationService

All Known Implementing Classes:
ConsoleSynchronization, TestControl, TestControllerConsole, TestManagerConsole

public interface TestSynchronizationService

Version:
1.0.0

Method Summary
 boolean requestConfirmation(java.lang.String prompt, java.lang.String testName)
          Request confirmation with the specified prompt and test name parameters and return the boolean result.
 

Method Detail

requestConfirmation

boolean requestConfirmation(java.lang.String prompt,
                            java.lang.String testName)
                            throws java.lang.InterruptedException
Request confirmation with the specified prompt and test name parameters and return the boolean result.

Parameters:
prompt - The prompt (String) parameter.
testName - The test name (String) parameter.
Returns:
Results of the request confirmation (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.

1.0.0

Copyright (c) 2007 IBM