|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@WebService(targetNamespace="http://www.it-innovation.soton.ac.uk/2004/grid/job",
name="JobService",
serviceName="JobService",
wsdlLocation="jobservice.wsdl")
public interface JobService
| Field Summary |
|---|
| Fields inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService |
|---|
FREE_SERVICE |
| Method Summary | |
|---|---|
JobStatus |
createJob(String applicationURI,
MatchRule owner)
Deprecated. See createJobJSDL(org.w3c.dom.Document, uk.ac.soton.itinnovation.grid.types.MatchPattern).
Create a new job. Billing information should be passed in a SOAP header. |
Document |
createJobJSDL(Document jsdl,
MatchPattern owner)
Create a new job. |
Document |
getApplicationDescription(String applicationURI)
Deprecated. in version 5.2 see getApplicationMetadataDetailed(java.lang.String) |
Document |
getApplicationMetadata(String applicationURI)
Deprecated. in version 5.1 see getApplicationDescription(java.lang.String) |
Document |
getApplicationMetadataDetailed(String applicationURI)
Get the 5.2 style meta-data for a particular application. |
String[] |
getApplications()
List the applications available on this service. |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService |
|---|
addTrustedAccountService, getAdditionalFederationMethods, getAdditionalFederations, getFederatedMethods, getTrustedAccountServices, removeTrustedAccountService, setAdditionalFederation |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.wsrf.WSRFService |
|---|
GetResourceProperty |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.reportapi.ReportAPI |
|---|
getMessages, getMessagesN |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.types.GridService |
|---|
getResources, getServiceProviderID, getServiceProviderIssuer |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.types.IdentifiableResource |
|---|
getServiceMatchPattern |
| Method Detail |
|---|
@Deprecated
@WebMethod(usesBillingHeader=true)
JobStatus createJob(String applicationURI,
MatchRule owner)
throws RemoteException
createJobJSDL(org.w3c.dom.Document, uk.ac.soton.itinnovation.grid.types.MatchPattern).
Create a new job. Billing information should be passed in a SOAP header.
applicationURI - the type of the application to be runowner - A rule to allow access for the owner role
RemoteException
@WebMethod(usesBillingHeader=true)
Document createJobJSDL(Document jsdl,
MatchPattern owner)
throws RemoteException
jsdl - a JSDL document describing the jobowner - a rule to allow access for the owner role
RemoteException
@WebMethod
String[] getApplications()
throws RemoteException
RemoteException
@WebMethod(serverReturnDocumentStyleHack=true)
@Deprecated
Document getApplicationMetadata(String applicationURI)
throws RemoteException
getApplicationDescription(java.lang.String)
applicationURI - the globally unique identifier for the application type
RemoteException
@WebMethod
Document getApplicationMetadataDetailed(String applicationURI)
throws RemoteException
applicationURI - the globally unique identifier for the application type
RemoteException
@WebMethod
Document getApplicationDescription(String applicationURI)
throws RemoteException
getApplicationMetadataDetailed(java.lang.String)
applicationURI - the globally unique identifier for the application type
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||