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