XMLGregorianCalendar currentTime = lifetime.getCurrentTime();
Duration refreshDuration = lifetime.getRefreshDuration();
XMLGregorianCalendar terminationTime = lifetime.getTerminationTime();
}
ExportInfo exportInfo = new ExportInfo(System.currentTimeMillis(), errorCodeToHandle, handleToState, exportContextHolder.value);
getConsumerRegistry().getMigrationService().add(exportInfo);
return exportInfo;
}
catch (OperationNotSupported operationNotSupported)
{