Package com.io7m.waxmill.database.api
Interface WXMVirtualMachineDatabaseProviderType
- All Superinterfaces:
WXMDatabaseProviderType
- All Known Implementing Classes:
WXMVirtualMachineDatabases
public interface WXMVirtualMachineDatabaseProviderType extends WXMDatabaseProviderType
A provider of virtual machine databases.
-
Method Summary
Modifier and Type Method Description WXMVirtualMachineDatabaseTypeopen(WXMDatabaseConfiguration configuration)Open (or create) a database.
-
Method Details
-
open
Description copied from interface:WXMDatabaseProviderTypeOpen (or create) a database.- Specified by:
openin interfaceWXMDatabaseProviderType- Parameters:
configuration- The database configuration- Returns:
- The database
- Throws:
WXMException- On errors
-