public class BroadcastServiceLocal extends Object implements org.bonitasoft.engine.service.BroadcastService
| Constructor and Description |
|---|
BroadcastServiceLocal(org.bonitasoft.engine.service.ServicesResolver servicesResolver) |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> |
executeOnAllNodes(Callable<T> callable) |
<T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> |
executeOnAllNodes(Callable<T> callable,
Long tenantId) |
<T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> |
executeOnOthers(Callable<T> callable) |
<T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> |
executeOnOthers(Callable<T> callable,
Long tenantId) |
void |
submit(Callable<?> callable) |
public BroadcastServiceLocal(org.bonitasoft.engine.service.ServicesResolver servicesResolver)
public <T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> executeOnAllNodes(Callable<T> callable)
executeOnAllNodes in interface org.bonitasoft.engine.service.BroadcastServicepublic <T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> executeOnOthers(Callable<T> callable)
executeOnOthers in interface org.bonitasoft.engine.service.BroadcastServicepublic <T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> executeOnAllNodes(Callable<T> callable, Long tenantId)
executeOnAllNodes in interface org.bonitasoft.engine.service.BroadcastServicepublic <T> Map<String,org.bonitasoft.engine.service.TaskResult<T>> executeOnOthers(Callable<T> callable, Long tenantId)
executeOnOthers in interface org.bonitasoft.engine.service.BroadcastServicepublic void submit(Callable<?> callable)
submit in interface org.bonitasoft.engine.service.BroadcastServiceCopyright © 2016 Bonitasoft S.A.. All rights reserved.