com.sleepycat.je.utilint
Class TestHookAdapter<T>
java.lang.Object
com.sleepycat.je.utilint.TestHookAdapter<T>
- All Implemented Interfaces:
- TestHook<T>
public class TestHookAdapter<T>
- extends Object
- implements TestHook<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestHookAdapter
public TestHookAdapter()
hookSetup
public void hookSetup()
- Specified by:
hookSetup
in interface TestHook<T>
doIOHook
public void doIOHook()
throws IOException
- Specified by:
doIOHook
in interface TestHook<T>
- Throws:
IOException
doHook
public void doHook()
- Specified by:
doHook
in interface TestHook<T>
doHook
public void doHook(T obj)
- Specified by:
doHook
in interface TestHook<T>
getHookValue
public T getHookValue()
- Specified by:
getHookValue
in interface TestHook<T>
Copyright (c) 2004-2012 Oracle. All rights reserved.