Liferay 6.2-ce-ga5

com.liferay.portal.spring.transaction
Class TransactionInterceptorFactoryBean

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionInterceptorFactoryBean
All Implemented Interfaces:
FactoryBean<org.aopalliance.intercept.MethodInterceptor>

public class TransactionInterceptorFactoryBean
extends Object
implements FactoryBean<org.aopalliance.intercept.MethodInterceptor>


Constructor Summary
TransactionInterceptorFactoryBean()
           
 
Method Summary
 org.aopalliance.intercept.MethodInterceptor create()
           
 org.aopalliance.intercept.MethodInterceptor postProcessing(org.aopalliance.intercept.MethodInterceptor methodInterceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInterceptorFactoryBean

public TransactionInterceptorFactoryBean()
Method Detail

create

public org.aopalliance.intercept.MethodInterceptor create()
Specified by:
create in interface FactoryBean<org.aopalliance.intercept.MethodInterceptor>

postProcessing

public org.aopalliance.intercept.MethodInterceptor postProcessing(org.aopalliance.intercept.MethodInterceptor methodInterceptor)
Specified by:
postProcessing in interface FactoryBean<org.aopalliance.intercept.MethodInterceptor>

Liferay 6.2-ce-ga5