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