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 Summary
Constructors Constructor Description DotNetSupportClientServer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
apply(InternalObjectContainer container)
Deprecated.Gives a chance for the item to configure the just opened ObjectContainer.void
prepare(Configuration config)
Deprecated.Gives a chance for the item to augment the configuration.
-
-
-
Method Detail
-
apply
public void apply(InternalObjectContainer container)
Deprecated.Description copied from interface:ConfigurationItem
Gives a chance for the item to configure the just opened ObjectContainer.- Specified by:
apply
in interfaceConfigurationItem
- Parameters:
container
- the ObjectContainer to configure
-
prepare
public void prepare(Configuration config)
Deprecated.Description copied from interface:ConfigurationItem
Gives a chance for the item to augment the configuration.- Specified by:
prepare
in interfaceConfigurationItem
- Parameters:
config
- the configuration that the item was added to
-
-