db4o 6.3

com.db4o.activation
Interface Activator


public interface Activator

Activator interface.
Activatable objects need to have a reference to an Activator implementation, which is called by TransparentActivation framework, when a request is received to activate the host object.

See Also:
Activation framework.

Method Summary
 void activate()
          Method to be called to activate the host object.
 

Method Detail

activate

void activate()
Method to be called to activate the host object.


db4o 6.3