lucee.Component
coldbox.system.aop.aspects.CFTransaction
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- A simple ColdFusion transaction Aspect for WireBox
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
log
|
true
|
false
|
|
| Constructor Summary | |
|---|---|
|
init()
Constructor. |
|
| Method Summary | |
|---|---|
string
|
getLog()
|
any
|
invokeMethod(any<MethodInvocation> invocation)
Invoke an AOP method invocation. |
any
|
setLog(any log)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
| Property Detail |
|---|
access - publicrequired - falsereturntype - anyinject - logbox:logger:{this}serializable - true| Method Detail |
|---|
Invoke an AOP method invocation
invokeMethod
in interface
MethodInterceptor
invocation - The invocation objectlog