Package org.qi4j.api.activation

Activation API.

See:
          Description

Interface Summary
Activation Interface used by Structure elements and Services that can be activated and passivated.
ActivationEventListener Listener for ActivationEvent events
ActivationEventListenerRegistration Use this to register listeners for ActivationEvents.
Activator<ActivateeType> Assemble Activators to hook Services Activation.
 

Class Summary
ActivationEvent ActivationEvents are fired during activation and passivation of instances in Qi4j.
ActivatorAdapter<ActivateeType> Adapter for Activator.
 

Enum Summary
ActivationEvent.EventType  
 

Exception Summary
ActivationException Thrown when unable to activate.
PassivationException Thrown when unable to passivate.
 

Annotation Types Summary
Activators This annotation is used in ServiceComposites to declare Activator implementation classes.
 

Package org.qi4j.api.activation Description

Activation API.

The Activation API package contains types used by client code to integrate with the Qi4j Runtime activation mechanism. Client code can easily listen to Application, Layers, Modules and Services activation events or declare Service Activators during assembly.