|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShadowCopyTxnDatabaseFileManager
This is the interface implemented by objects that manage the database files
for the ShadowCopyTransactionalDatabase
.
Method Summary | |
---|---|
DatabaseFiles |
copyDatabaseFiles()
Create a copy of the database file(s). |
DatabaseFiles |
getDatabaseFiles()
Get the database files. |
Method Detail |
---|
DatabaseFiles getDatabaseFiles()
When this method is called on an object, it should always return a
DatabaseFiles
instance representing the same files.
DatabaseFiles copyDatabaseFiles()
DatabaseFiles
object representing the copied files.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |