public static class ApplicationEventStoreActivation.Activator extends org.qi4j.api.activation.ActivatorAdapter<org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation>>
| Constructor and Description |
|---|
ApplicationEventStoreActivation.Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterActivation(org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation> activated) |
void |
beforePassivation(org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation> passivating) |
public ApplicationEventStoreActivation.Activator()
public void afterActivation(org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation> activated) throws Exception
afterActivation in interface org.qi4j.api.activation.Activator<org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation>>afterActivation in class org.qi4j.api.activation.ActivatorAdapter<org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation>>Exceptionpublic void beforePassivation(org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation> passivating) throws Exception
beforePassivation in interface org.qi4j.api.activation.Activator<org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation>>beforePassivation in class org.qi4j.api.activation.ActivatorAdapter<org.qi4j.api.service.ServiceReference<ApplicationEventStoreActivation>>Exception