|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Url in org.glite.wmsui.apij |
Methods in org.glite.wmsui.apij that return Url | |
Url |
JobId.getServer()
Retrieve the address related to the JobId's LB server |
Methods in org.glite.wmsui.apij with parameters of type Url | |
java.util.Vector |
UserJobs.getJobs(Url lbAddress)
Retreive the jobs owned by the user in a specific LB |
java.util.Vector |
UserJobs.getJobs(Url lbAddress,
Query query)
Retreive a vector of JobStatus that match the query for the specified LB |
java.util.Vector |
UserJobs.getJobs(Url lbAddress,
java.util.Calendar from,
java.util.Calendar to,
org.glite.jdl.Ad userTags,
boolean[] includes,
boolean[] excludes,
boolean owned)
Deprecated. use instead getJobs ( Url lbAddress , Query query) |
java.util.Vector |
UserJobs.getStates(Url lbAddress)
Retrieve the status of all the user's jobs |
void |
JobId.setJobId(Url lbServer)
Set the JobId instance from the dg_jobId in String format given as input. |
java.util.Vector |
JobCollection.submit(Url ns,
java.util.Vector lbs,
java.lang.String ceId)
Submit method |
Result |
Job.submit(Url ns,
Url lb,
java.lang.String ceId)
Submit the job to the Network Server This method is equal to submit (ns, lb, ceId, null, null) |
Result |
Job.submit(Url ns,
Url lb,
java.lang.String ceId,
Listener ls,
org.glite.jdl.JobState state)
Submit the job to theNetworkServer. |
Result |
Job.listMatchingCE(Url nsAddr)
Look for matching Computing Element available resources ( syncronous version ) |
Constructors in org.glite.wmsui.apij with parameters of type Url | |
JobId(Url lbAddress,
java.lang.String unique)
Intantiates a JobId object providing full information: LB server address and unique string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |