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