private static final String appendExtension = ".mxf";\r
\r
@StepEntry\r
- public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, String primaryEndPoint,\r
- String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, String secondaryPassword, int rangeForwardHours)\r
+ public Object[] execute(String escortStoreName, BasicDBList lookupStoreNames, String targetStoreName, String targetProtocol, \r
+ String primaryEndPoint, String primaryUserName, String primaryPassword, String secondaryEndPoint, String secondaryUserName, \r
+ String secondaryPassword, int rangeForwardHours)\r
throws Exception {\r
StoreUri escortStoreUri = null;\r
try {\r
} catch (Exception e) {\r
logger.error(getSessionMarker(), "Can't create status file {}", Paths.get(outputPath.toString(), escortFileName));\r
}\r
-\r
}\r
\r
private boolean statusFileExists(Path outputPath, String fileName) {\r
}\r
return exsists;\r
}\r
-\r
}\r