public interface Activator
Activatable objects need to have a reference to
an Activator implementation, which is called
by Transparent Activation, when a request is received to
activate the host object.| Modifier and Type | Method and Description |
|---|---|
void |
activate(ActivationPurpose purpose)
Method to be called to activate the host object.
|
void activate(ActivationPurpose purpose)
purpose - for which purpose is the object being activated? ActivationPurpose.WRITE will cause the object
to be saved on the next ObjectContainer.commit() operation.