org.multiverse.transactional.executors
Interface TransactionalExecutor

All Superinterfaces:
Executor
All Known Subinterfaces:
TransactionalExecutorService

public interface TransactionalExecutor
extends Executor

The transactional version of the Executor.

Author:
Peter Veentjer.

Method Summary
 void execute(Runnable command)
           
 

Method Detail

execute

void execute(Runnable command)
Specified by:
execute in interface Executor


Copyright © 2008-2010 Multiverse. All Rights Reserved.