public interface ISubmissionEngine
void
cancel(String key)
delete(String key)
deleteAll(Long before)
String
getJobStatus(String keyList)
submit(String scriptXML)
void cancel(String key) throws Throwable
Throwable
void delete(String key) throws Throwable
void deleteAll(Long before) throws Throwable
String getJobStatus(String keyList)
String submit(String scriptXML) throws Throwable
Copyright © 2017. All rights reserved.