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