public static class JSONMapEntityStoreActivation.Activator extends ActivatorAdapter<ServiceReference<JSONMapEntityStoreActivation>>
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterActivation(ServiceReference<JSONMapEntityStoreActivation> activated)
Called after activatee activation.
|
void |
beforePassivation(ServiceReference<JSONMapEntityStoreActivation> passivating)
Called before activatee passivation.
|
afterPassivation, beforeActivationpublic void afterActivation(ServiceReference<JSONMapEntityStoreActivation> activated) throws Exception
ActivatorAdapterafterActivation in interface Activator<ServiceReference<JSONMapEntityStoreActivation>>afterActivation in class ActivatorAdapter<ServiceReference<JSONMapEntityStoreActivation>>activated - Activating activateeException - Allowed to throw Exception which will be wrapped in an ActivationExceptionpublic void beforePassivation(ServiceReference<JSONMapEntityStoreActivation> passivating) throws Exception
ActivatorAdapterbeforePassivation in interface Activator<ServiceReference<JSONMapEntityStoreActivation>>beforePassivation in class ActivatorAdapter<ServiceReference<JSONMapEntityStoreActivation>>passivating - Passivating activateeException - Allowed to throw Exception which will be wrapped in an PassivationException