|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationItem
Implement this interface for configuration items that encapsulate a batch of configuration settings or that need to be applied to ObjectContainers after they are opened.
Method Summary | |
---|---|
void |
apply(com.db4o.internal.InternalObjectContainer 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. |
Method Detail |
---|
void prepare(Configuration configuration)
configuration
- the configuration that the item was added tovoid apply(com.db4o.internal.InternalObjectContainer container)
container
- the ObjectContainer to configure
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |