public void cancelled() { completed(null, CompensationHandler.emptySet()); }
public void failure(String reason, Element data) { completed(null, CompensationHandler.emptySet()); }
})).or(new ReceiveProcess() {
private static final long serialVersionUID = -3873619538789039424L;
}.setChannel(_cc).setReceiver(new EventHandlerControl() {
public void stop() {
_stopped = true;
instance(ACTIVE.this);
}
})).or(new ReceiveProcess() {