Package com.soffid.iam.service
Class AsyncRunnerServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.AsyncRunnerServiceBase
-
- com.soffid.iam.service.AsyncRunnerServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.AsyncRunnerService
public class AsyncRunnerServiceImpl extends AsyncRunnerServiceBase
-
-
Constructor Summary
Constructors Constructor Description AsyncRunnerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleRun(Runnable runnable, com.soffid.iam.api.AsyncList result)protected voidhandleRunInternal(Runnable runnable, com.soffid.iam.api.AsyncList result)protected ObjecthandleRunNewTransaction(com.soffid.iam.common.TransactionalTask runnable)protected ObjecthandleRunTransaction(com.soffid.iam.common.TransactionalTask runnable)-
Methods inherited from class com.soffid.iam.service.AsyncRunnerServiceBase
getAsyncRunnerService, getPrincipal, run, runInternal, runNewTransaction, runTransaction, setAsyncRunnerService
-
-
-
-
Method Detail
-
handleRun
protected void handleRun(Runnable runnable, com.soffid.iam.api.AsyncList result) throws Exception
- Specified by:
handleRunin classAsyncRunnerServiceBase- Throws:
Exception
-
handleRunInternal
protected void handleRunInternal(Runnable runnable, com.soffid.iam.api.AsyncList result) throws Exception
- Specified by:
handleRunInternalin classAsyncRunnerServiceBase- Throws:
Exception
-
handleRunTransaction
protected Object handleRunTransaction(com.soffid.iam.common.TransactionalTask runnable) throws Exception
- Specified by:
handleRunTransactionin classAsyncRunnerServiceBase- Throws:
Exception
-
handleRunNewTransaction
protected Object handleRunNewTransaction(com.soffid.iam.common.TransactionalTask runnable) throws Exception
- Specified by:
handleRunNewTransactionin classAsyncRunnerServiceBase- Throws:
Exception
-
-