First page Back Continue Last page Overview Graphics
policy: Implicit Activation
IMPLICIT_ACTIVATION
- the POA will support implicit activation of servants
- also requires SYSTEM_ID and RETAIN policies
- implicit activation is done (in Java) using a shortcut method “_this”
NO_IMPLICIT_ACTIVATION
- the POA will not support implicit activation of servant
- typically used to avoid accidental object creation
Notes: