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, waitcleanupAttemptOutput, cleanupTransactionOutput, commitAttemptOutput, commitTransactionOutput, delete, findInputFragments, findProperty, list, openInput, openOutput, path, path, setupAttemptOutput, setupTransactionOutputpublic 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.