org.neovera.jdiablo
Interface Executor

All Known Implementing Classes:
BuilderImpl

public interface Executor

Interface to start execution.


Method Summary
 ExecutionState execute()
          Execute the launchable catching all RuntimeExceptions (logged).
 ExecutionState executeNoCatch()
          Execute the launchable without catching or logging RuntimeExceptions.
 

Method Detail

executeNoCatch

ExecutionState executeNoCatch()
Execute the launchable without catching or logging RuntimeExceptions.


execute

ExecutionState execute()
Execute the launchable catching all RuntimeExceptions (logged).



Copyright © 2014 Neovera Inc.. All rights reserved.