public static class MigrationService.Activator extends ActivatorAdapter<ServiceReference<MigrationService>>
| Constructor and Description | 
|---|
MigrationService.Activator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterActivation(ServiceReference<MigrationService> activated)
Called after activatee activation. 
 | 
afterPassivation, beforeActivation, beforePassivationpublic void afterActivation(ServiceReference<MigrationService> activated) throws Exception
ActivatorAdapterafterActivation in interface Activator<ServiceReference<MigrationService>>afterActivation in class ActivatorAdapter<ServiceReference<MigrationService>>activated - Activating activateeException