db4o 8.0

com.db4o.config
Interface EmbeddedConfiguration

All Superinterfaces:
CacheConfigurationProvider, CommonConfigurationProvider, FileConfigurationProvider, IdSystemConfigurationProvider

public interface EmbeddedConfiguration
extends FileConfigurationProvider, CommonConfigurationProvider, CacheConfigurationProvider, IdSystemConfigurationProvider

Configuration interface for db4o in embedded use.

Since:
7.5

Method Summary
 void addConfigurationItem(EmbeddedConfigurationItem configItem)
          adds ConfigurationItems to be applied when a networking EmbeddedObjectContainer is opened.
 
Methods inherited from interface com.db4o.config.FileConfigurationProvider
file
 
Methods inherited from interface com.db4o.config.CommonConfigurationProvider
common
 
Methods inherited from interface com.db4o.config.CacheConfigurationProvider
cache
 
Methods inherited from interface com.db4o.config.IdSystemConfigurationProvider
idSystem
 

Method Detail

addConfigurationItem

void addConfigurationItem(EmbeddedConfigurationItem configItem)
adds ConfigurationItems to be applied when a networking EmbeddedObjectContainer is opened.

Parameters:
configItem - the EmbeddedConfigurationItem
Since:
7.12

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.