Liferay 6.2-ce-ga5

com.liferay.portal.spring.transaction
Class TransactionCommitCallbackRegistryImpl

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionCommitCallbackRegistryImpl
All Implemented Interfaces:
TransactionCommitCallbackRegistry

public class TransactionCommitCallbackRegistryImpl
extends Object
implements TransactionCommitCallbackRegistry


Constructor Summary
TransactionCommitCallbackRegistryImpl()
           
 
Method Summary
 void registerCallback(Callable<?> callable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionCommitCallbackRegistryImpl

public TransactionCommitCallbackRegistryImpl()
Method Detail

registerCallback

public void registerCallback(Callable<?> callable)
Specified by:
registerCallback in interface TransactionCommitCallbackRegistry

Liferay 6.2-ce-ga5