C - The config classS - The service classS - The execution context classpublic interface ServiceLauncher<C,E,S>
| Modifier and Type | Method and Description |
|---|---|
ServiceProvider<S> |
launch(javax.persistence.EntityManagerFactory emf,
C config,
E context,
boolean isRestart) |
ServiceProvider<S> launch(javax.persistence.EntityManagerFactory emf, C config, E context, boolean isRestart)
config - context - isRestart - Indicates whether the service is being resumed from a prior execution contextCopyright © 2015. All rights reserved.