Package com.db4o.cs.internal.config
Class DotNetSupportClientServer
- java.lang.Object
- 
- com.db4o.cs.internal.config.DotNetSupportClientServer
 
- 
- All Implemented Interfaces:
- ConfigurationItem
 
 public class DotNetSupportClientServer extends java.lang.Object implements ConfigurationItem Deprecated.Since 8.0
- 
- 
Constructor SummaryConstructors Constructor Description DotNetSupportClientServer()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapply(InternalObjectContainer container)Deprecated.Gives a chance for the item to configure the just opened ObjectContainer.voidprepare(Configuration config)Deprecated.Gives a chance for the item to augment the configuration.
 
- 
- 
- 
Method Detail- 
applypublic void apply(InternalObjectContainer container) Deprecated.Description copied from interface:ConfigurationItemGives a chance for the item to configure the just opened ObjectContainer.- Specified by:
- applyin interface- ConfigurationItem
- Parameters:
- container- the ObjectContainer to configure
 
 - 
preparepublic void prepare(Configuration config) Deprecated.Description copied from interface:ConfigurationItemGives a chance for the item to augment the configuration.- Specified by:
- preparein interface- ConfigurationItem
- Parameters:
- config- the configuration that the item was added to
 
 
- 
 
-