Package com.soffid.iam.service.ejb
Interface AsyncRunnerService
-
public interface AsyncRunnerService
EJB AsyncRunnerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
runNewTransaction(TransactionalTask runnable)
Object
runTransaction(TransactionalTask runnable)
-
-
-
Method Detail
-
runNewTransaction
Object runNewTransaction(TransactionalTask runnable) throws InternalErrorException
- Throws:
InternalErrorException
-
runTransaction
Object runTransaction(TransactionalTask runnable) throws InternalErrorException
- Throws:
InternalErrorException
-
-