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