org.slim3.transaction.controller
Interface TransactionAction

All Known Implementing Classes:
InterceptorTransactionAction

public interface TransactionAction

An action interface executed within a transaction.

Since:
3.0
Author:
koichik, higa

Method Summary
 Object execute()
          Executes the action.
 

Method Detail

execute

Object execute()
               throws Exception
Executes the action.

Returns:
a result
Throws:
Exception - if an exception is encountered


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.