db4o 6.3

com.db4o.config
Class DotnetSupport

java.lang.Object
  extended by com.db4o.config.DotnetSupport
All Implemented Interfaces:
ConfigurationItem

public class DotnetSupport
extends java.lang.Object
implements ConfigurationItem

Adds the basic configuration settings required to access a .net generated database from java. The configuration only makes sure that database files can be successfuly open and things like UUIDs can be successfuly retrieved.


Constructor Summary
DotnetSupport()
           
 
Method Summary
 void apply(ObjectContainerBase container)
          Gives a chance for the item to configure the just opened ObjectContainer.
 void prepare(Configuration configuration)
          Gives a chance for the item to augment the configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotnetSupport

public DotnetSupport()
Method Detail

prepare

public void prepare(Configuration configuration)
Description copied from interface: ConfigurationItem
Gives a chance for the item to augment the configuration.

Specified by:
prepare in interface ConfigurationItem
Parameters:
configuration - the configuration that the item was added to

apply

public void apply(ObjectContainerBase container)
Description copied from interface: ConfigurationItem
Gives a chance for the item to configure the just opened ObjectContainer.

Specified by:
apply in interface ConfigurationItem
Parameters:
container - the ObjectContainer to configure

db4o 6.3