Package org.openiam.srvc.idm
Class AsynchReconciliationServiceImpl
- java.lang.Object
-
- org.openiam.srvc.AbstractApiService
-
- org.openiam.srvc.idm.AsynchReconciliationServiceImpl
-
- All Implemented Interfaces:
AsynchReconciliationService
@Component("asyncReconciliationServiceWS") public class AsynchReconciliationServiceImpl extends AbstractApiService implements AsynchReconciliationService
- Author:
- suneet
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Fields inherited from class org.openiam.srvc.AbstractApiService
applicationContext, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description AsynchReconciliationServiceImpl(AsynchronReconciliationQueue rabbitMqQueue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startReconciliation(ReconciliationConfig config)
Response
stopReconciliation(String configId)
-
Methods inherited from class org.openiam.srvc.AbstractApiService
broadcast, crudRequest, getBooleanValue, getIntValue, getIntValue, getRabbitMqQueue, getResponse, getResponse, getValue, getValue, getValueList, getValueList, idRequest, manageApiRequest, manageApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, membershipRequestProcessing, membershipRequestProcessing, publish, publish, sendAsync, sendAsync
-
-
-
-
Constructor Detail
-
AsynchReconciliationServiceImpl
public AsynchReconciliationServiceImpl(AsynchronReconciliationQueue rabbitMqQueue)
-
-
Method Detail
-
startReconciliation
public void startReconciliation(ReconciliationConfig config)
- Specified by:
startReconciliation
in interfaceAsynchReconciliationService
-
stopReconciliation
public Response stopReconciliation(String configId)
- Specified by:
stopReconciliation
in interfaceAsynchReconciliationService
-
-