@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.PostConstruct
public void preDestroy()
preDestroy
in interface org.glassfish.hk2.api.PreDestroy
public void onReady()
public void onShutdown()
Copyright © 2018. All rights reserved.