db4o 7.4

com.db4o.ta
Class TransparentActivationSupport

java.lang.Object
  extended by com.db4o.ta.TransparentActivationSupport
All Implemented Interfaces:
ConfigurationItem

public class TransparentActivationSupport
extends java.lang.Object
implements ConfigurationItem


Constructor Summary
TransparentActivationSupport()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransparentActivationSupport

public TransparentActivationSupport()
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(com.db4o.internal.InternalObjectContainer 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 7.4

Copyright 2007 db4objects Inc. All rights reserved.