public class RemoteStepInvokeWorker extends Object
| Modifier and Type | Field and Description |
|---|---|
List<eu.vicci.process.model.sofiainstance.DataTypeInstance> |
returnedData |
| Constructor and Description |
|---|
RemoteStepInvokeWorker(DistributingProcessInstanceImplCustom processInstance,
eu.vicci.process.distribution.core.IDistributionManager distributionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
forceFinish() |
Map<String,eu.vicci.process.model.util.serialization.jsonprocessstepinstances.core.IJSONPortInstance> |
getEndControlPorts()
Gets the Control End Ports with state.
|
Map<String,eu.vicci.process.model.util.serialization.jsonprocessstepinstances.core.IJSONDataPortInstance> |
getEndDataPorts()
Gets the Data End Ports with the data and the state.
|
boolean |
receivedFinalMessage()
Check if the final Message was received.
|
void |
work()
Delegates the work to the defined peer and waits (blocks) till the work
is done.
|
public List<eu.vicci.process.model.sofiainstance.DataTypeInstance> returnedData
public RemoteStepInvokeWorker(DistributingProcessInstanceImplCustom processInstance, eu.vicci.process.distribution.core.IDistributionManager distributionManager)
public Map<String,eu.vicci.process.model.util.serialization.jsonprocessstepinstances.core.IJSONDataPortInstance> getEndDataPorts()
public boolean receivedFinalMessage()
public Map<String,eu.vicci.process.model.util.serialization.jsonprocessstepinstances.core.IJSONPortInstance> getEndControlPorts()
public void work()
getEndControlPorts() and getEndDataPorts().public void forceFinish()
Copyright © 2018. All rights reserved.