public abstract class POStoreImpl
extends java.lang.Object
Constructor and Description |
---|
POStoreImpl() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
To perform cleanup when there is an error.
|
abstract StoreFuncInterface |
createStoreFunc(POStore store)
Set up the storer
|
void |
tearDown()
At the end of processing, the outputstream is closed
using this method
|
public abstract StoreFuncInterface createStoreFunc(POStore store) throws java.io.IOException
store
- - the POStore objectjava.io.IOException
public void tearDown() throws java.io.IOException
java.io.IOException
public void cleanUp() throws java.io.IOException
java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation