Package com.redwood.scheduler.api.soap
Interface SOAPRemoteJob
-
- All Superinterfaces:
SOAPRequest
public interface SOAPRemoteJob extends SOAPRequest
API for submitting and monitoring remote jobs
-
-
Field Summary
-
Fields inherited from interface com.redwood.scheduler.api.soap.SOAPRequest
COPYRIGHT_MESSAGE, PROXY_FORCE_NO_AUTHENTICATION, REDWOOD_NOCREDENTIAL, REJECTED_CIPHERSUITES_9_0_21, REJECTED_CIPHERSUITES_DEFAULT, USER_AGENT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAPQueryJobResult
queryJob()
SOAPQueryJobResult
queryJob(int waitForFinal)
void
setInParameter(String name, Object value)
SOAPQueryJobResult
submit()
SOAPQueryJobResult
submit(int waitForFinal)
Long
submitNoQuery()
-
Methods inherited from interface com.redwood.scheduler.api.soap.SOAPRequest
clearNamespaces, getBigDecimalByXPath, getDateTimeZoneByXPath, getDateTimeZoneByXPath, getElementValuesByXPath, getHTTPResponseCode, getHTTPResponseHeaders, getHTTPResponseLine, getLocalServerURL, getNamespaces, getNSPrefixForURIWithColon, getResponseXML, getStringByXPath, getUpdateJobURL, handleHTTPResponse, handleSOAPResponse, parseResponseXML, populateNamespacesFromResponse, send, sendRequest, setAuthentication, setDefaultNSPrefix, setHTTPEncoding, setHTTPHeader, setLogger, setMethod, setNamespace, setNamespaceDone, setParseHTTP500Response, setProxy, setRejectedCipherSuitePatterns, setRequest, setRequestEncoding, setResponseEncoding, setSOAPAction, setSocketFactory, setURL, transformResponseXML, transformResponseXMLWithXSLT, transformResponseXMLWithXSLTDirect, transformResponseXMLWithXSLTFile
-
-
-
-
Method Detail
-
submit
SOAPQueryJobResult submit() throws IOException, SAXException, CredentialNotFoundException
-
submit
SOAPQueryJobResult submit(int waitForFinal) throws IOException, SAXException, CredentialNotFoundException
-
submitNoQuery
Long submitNoQuery() throws IOException, SAXException, CredentialNotFoundException
-
queryJob
SOAPQueryJobResult queryJob(int waitForFinal) throws IOException, SAXException, CredentialNotFoundException
-
queryJob
SOAPQueryJobResult queryJob() throws IOException, SAXException, CredentialNotFoundException
-
-