+ servers.field("owner"));
}
break;
case AFTER_CREATE:
manager.distributeRequest(new OTransactionRecordEntry((ORecordInternal<?>) iRecord, OTransactionRecordEntry.CREATED, null));
break;
case AFTER_UPDATE:
manager.distributeRequest(new OTransactionRecordEntry((ORecordInternal<?>) iRecord, OTransactionRecordEntry.UPDATED, null));
break;
case AFTER_DELETE:
manager.distributeRequest(new OTransactionRecordEntry((ORecordInternal<?>) iRecord, OTransactionRecordEntry.DELETED, null));
break;
}
} catch (IOException e) {
throw new ODistributedSynchronizationException("Error on distribution of the record to the configured cluster", e);
}