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 void
handleRun(Runnable runnable, com.soffid.iam.api.AsyncList result)
protected void
handleRunInternal(Runnable runnable, com.soffid.iam.api.AsyncList result)
protected Object
handleRunNewTransaction(com.soffid.iam.common.TransactionalTask runnable)
protected Object
handleRunTransaction(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:
handleRun
in classAsyncRunnerServiceBase
- Throws:
Exception
-
handleRunInternal
protected void handleRunInternal(Runnable runnable, com.soffid.iam.api.AsyncList result) throws Exception
- Specified by:
handleRunInternal
in classAsyncRunnerServiceBase
- Throws:
Exception
-
handleRunTransaction
protected Object handleRunTransaction(com.soffid.iam.common.TransactionalTask runnable) throws Exception
- Specified by:
handleRunTransaction
in classAsyncRunnerServiceBase
- Throws:
Exception
-
handleRunNewTransaction
protected Object handleRunNewTransaction(com.soffid.iam.common.TransactionalTask runnable) throws Exception
- Specified by:
handleRunNewTransaction
in classAsyncRunnerServiceBase
- Throws:
Exception
-
-