1.0.0

org.eclipse.soda.dk.testmanager.service
Interface DistributedTestSessionService

All Known Implementing Classes:
DistributedTestSession

public interface DistributedTestSessionService

Since:
1.0
Version:
1.2.0

Method Summary
 void close()
          Close.
 TestSessionService getTestSession(java.lang.String controllerId)
          Get test session with the specified controller id parameter and return the TestSessionService result.
 void interrupt()
          Interrupt.
 boolean isInterrupted()
          Gets the interrupted (boolean) value.
 

Method Detail

close

void close()
Close.


getTestSession

TestSessionService getTestSession(java.lang.String controllerId)
                                  throws java.io.IOException
Get test session with the specified controller id parameter and return the TestSessionService result.

Parameters:
controllerId - The controller ID (String) parameter.
Returns:
Results of the get test session (TestSessionService) value.
Throws:
java.io.IOException - IOException.

interrupt

void interrupt()
Interrupt.


isInterrupted

boolean isInterrupted()
Gets the interrupted (boolean) value.

Returns:
the interrupted status

1.0.0

Copyright (c) 2007, 2009 IBM