public static class EventStoreActivation.Activator extends ActivatorAdapter<ServiceReference<EventStoreActivation>>
| Constructor and Description |
|---|
EventStoreActivation.Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterActivation(ServiceReference<EventStoreActivation> activated)
Called after activatee activation.
|
void |
beforePassivation(ServiceReference<EventStoreActivation> passivating)
Called before activatee passivation.
|
afterPassivation, beforeActivationpublic void afterActivation(ServiceReference<EventStoreActivation> activated) throws Exception
ActivatorAdapterafterActivation in interface Activator<ServiceReference<EventStoreActivation>>afterActivation in class ActivatorAdapter<ServiceReference<EventStoreActivation>>activated - Activating activateeExceptionpublic void beforePassivation(ServiceReference<EventStoreActivation> passivating) throws Exception
ActivatorAdapterbeforePassivation in interface Activator<ServiceReference<EventStoreActivation>>beforePassivation in class ActivatorAdapter<ServiceReference<EventStoreActivation>>passivating - Passivating activateeException