public abstract class AbstractDirectDataSource extends Object implements DirectDataSource
DirectDataSourceRepository
.Constructor and Description |
---|
AbstractDirectDataSource() |
Modifier and Type | Method and Description |
---|---|
abstract void |
configure(DirectDataSourceProfile profile)
Configures this data source.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanupAttemptOutput, cleanupTransactionOutput, commitAttemptOutput, commitTransactionOutput, delete, findInputFragments, findProperty, list, openInput, openOutput, path, path, setupAttemptOutput, setupTransactionOutput
public abstract void configure(DirectDataSourceProfile profile) throws IOException, InterruptedException
profile
- profile objectIOException
- if failed to configure this objectInterruptedException
- if interruptedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.