@Service @RunLevel(value=10) public class TransactionLifecycleService extends Object implements org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
| Constructor and Description |
|---|
TransactionLifecycleService() |
| Modifier and Type | Method and Description |
|---|---|
void |
onReady() |
void |
onShutdown() |
void |
postConstruct() |
void |
preDestroy() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic void onReady()
public void onShutdown()
Copyright © 2019. All rights reserved.