public class TransactionInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
TransactionInvocationHandler(Object target)
Creates a new, enabled TransactionInvocationHandler.
|
TransactionInvocationHandler(Object target,
boolean enabled)
Creates a new TransactionInvocationHandler.
|
public TransactionInvocationHandler(Object target)
target - the target objectpublic TransactionInvocationHandler(Object target, boolean enabled)
target - the target objectenabled - whether transactions are enabled or notCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.