public static class RestServerComposite.Activator extends ActivatorAdapter<ServiceReference<RestServerComposite>>
| Constructor and Description | 
|---|
RestServerComposite.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 activateeExceptionpublic void beforePassivation(ServiceReference<RestServerComposite> passivating) throws Exception
ActivatorAdapterbeforePassivation in interface Activator<ServiceReference<RestServerComposite>>beforePassivation in class ActivatorAdapter<ServiceReference<RestServerComposite>>passivating - Passivating activateeException