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