| Interface | Description |
|---|---|
| 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.
|
| ActivatorDescriptor |
Activator Descriptor.
|
| Class | Description |
|---|---|
| ActivationEvent |
ActivationEvents are fired during activation and passivation of instances in Polygene.
|
| ActivatorAdapter<ActivateeType> |
Adapter for Activator.
|
| ApplicationPassivationThread |
Application Passivation Thread to use as a Shutdown Hook.
|
| Enum | Description |
|---|---|
| ActivationEvent.EventType |
| Exception | Description |
|---|---|
| ActivationException |
Thrown when unable to activate.
|
| PassivationException |
Thrown when unable to passivate.
|
| Annotation Type | Description |
|---|---|
| Activators |
This annotation is used in ServiceComposites to declare Activator implementation classes.
|
The Activation API package contains types used by client code to integrate with the Polygene™ Runtime activation mechanism. In assembly, client code can easily listen to Structure (Application, Layers and Modules) and Services activation events, or, declare Structure and Service Activators.