Class PullResultHandlerDispatcher
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher<PullTask,PullActions,SyncopePullResultHandler>
-
- org.apache.syncope.core.provisioning.java.pushpull.PullResultHandlerDispatcher
-
- All Implemented Interfaces:
SyncResultsHandler
public class PullResultHandlerDispatcher extends SyncopeResultHandlerDispatcher<PullTask,PullActions,SyncopePullResultHandler> implements SyncResultsHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected SyncopePullExecutor
executor
-
Constructor Summary
Constructors Constructor Description PullResultHandlerDispatcher(ProvisioningProfile<PullTask,PullActions> profile, SyncopePullExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(SyncDelta delta)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher
addHandlerSupplier, nonConcurrentHandler, shutdown, submit
-
-
-
-
Field Detail
-
executor
protected final SyncopePullExecutor executor
-
-
Constructor Detail
-
PullResultHandlerDispatcher
public PullResultHandlerDispatcher(ProvisioningProfile<PullTask,PullActions> profile, SyncopePullExecutor executor)
-
-
Method Detail
-
handle
@Transactional public boolean handle(SyncDelta delta)
- Specified by:
handle
in interfaceSyncResultsHandler
-
-