org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.CloseCommand

java.lang.Object
  extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
      extended by org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.CloseCommand
All Implemented Interfaces:
ConcurrentTestCommand
Enclosing class:
ConcurrentTestCommandGenerator

private static class ConcurrentTestCommandGenerator.CloseCommand
extends ConcurrentTestCommandGenerator.AbstractCommand

CloseCommand closes a previously prepared statement. If no statement is stored in the ConcurrentTestCommandExecutor, it does nothing.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eigenbase.test.concurrent.ConcurrentTestCommand
ConcurrentTestCommand.ShouldHaveFailedException
 
Constructor Summary
private ConcurrentTestCommandGenerator.CloseCommand()
           
 
Method Summary
protected  void doExecute(ConcurrentTestCommandExecutor executor)
           
 
Methods inherited from class org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
execute, isFailureExpected, markToFail, markToFail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentTestCommandGenerator.CloseCommand

private ConcurrentTestCommandGenerator.CloseCommand()
Method Detail

doExecute

protected void doExecute(ConcurrentTestCommandExecutor executor)
                  throws SQLException
Specified by:
doExecute in class ConcurrentTestCommandGenerator.AbstractCommand
Throws:
SQLException