basicrunner
Class BasicHandlerProvider
java.lang.Object
|
+--basicrunner.BasicHandlerProvider
- public class BasicHandlerProvider
- extends Object
This class provides a BasicHandler. All classes for the communication with
and handling of the BASIC tests are instantiated and inserted int the
MultiServiceFactory of StarOffice.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicHandlerProvider
public BasicHandlerProvider()
getHandler
public static BasicHandler getHandler(TestParameters tParam,
LogWriter log)
- Get a BasicHandler
- Parameters:
tParam
- Test parameters.log
- A log writer- Returns:
- An instance of BasicHandler
isNewConnection
public static boolean isNewConnection()
- Is this a new connection?
- Returns:
- True, if the connection did not exist before.
disposeHandler
public static void disposeHandler()
- Dispose the BasicHandler