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.SOAPRequestPROXY_FORCE_NO_AUTHENTICATION, REDWOOD_NOCREDENTIAL, REJECTED_CIPHERSUITES_9_0_21, REJECTED_CIPHERSUITES_DEFAULT, USER_AGENT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAPQueryJobResultqueryJob()SOAPQueryJobResultqueryJob(int waitForFinal)voidsetInParameter(String name, Object value)SOAPQueryJobResultsubmit()SOAPQueryJobResultsubmit(int waitForFinal)LongsubmitNoQuery()- 
Methods inherited from interface com.redwood.scheduler.api.soap.SOAPRequestclearNamespaces, getBigDecimalByXPath, getDateTimeZoneByXPath, getDateTimeZoneByXPath, getElementValuesByXPath, getHTTPResponseCode, getHTTPResponseHeaders, getHTTPResponseLine, getLocalServerURL, getNamespaces, getNSPrefixForURIWithColon, getResponseInputStream, 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- 
submitSOAPQueryJobResult submit() throws IOException, SAXException, CredentialNotFoundException 
 - 
submitSOAPQueryJobResult submit(int waitForFinal) throws IOException, SAXException, CredentialNotFoundException 
 - 
submitNoQueryLong submitNoQuery() throws IOException, SAXException, CredentialNotFoundException 
 - 
queryJobSOAPQueryJobResult queryJob(int waitForFinal) throws IOException, SAXException, CredentialNotFoundException 
 - 
queryJobSOAPQueryJobResult queryJob() throws IOException, SAXException, CredentialNotFoundException 
 
- 
 
-