@Service public class TransactionServiceConfigListener extends Object implements ConfigListener, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
TransactionServiceConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events)
Notification that @Configured objects that were injected have changed
|
void |
postConstruct() |
void |
setTM(JavaEETransactionManager tm)
Clears the transaction associated with the caller thread
|
public void setTM(JavaEETransactionManager tm)
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
ConfigListenerchanged in interface ConfigListenerevents - list of changesCopyright © 2019. All rights reserved.