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