class TransactionFactory extends Object implements com.sun.jersey.spi.container.ResourceFilterFactory
| Modifier and Type | Class and Description |
|---|---|
private class |
TransactionFactory.TransactionResourceFilter |
| Modifier and Type | Field and Description |
|---|---|
private Logger |
logger |
private PersistenceLayer |
pl |
private static ThreadLocal<DMXTransaction> |
threadLocalTransaction |
| Constructor and Description |
|---|
TransactionFactory(PersistenceLayer pl) |
| Modifier and Type | Method and Description |
|---|---|
List<com.sun.jersey.spi.container.ResourceFilter> |
create(com.sun.jersey.api.model.AbstractMethod method) |
private String |
info(com.sun.jersey.api.model.AbstractMethod method) |
private PersistenceLayer pl
private static final ThreadLocal<DMXTransaction> threadLocalTransaction
TransactionFactory(PersistenceLayer pl)
Copyright © 2018. All Rights Reserved.