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