|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edg.workload.userinterface.jclient.UserJobs
Allow controlling all the jobs owned by the user The UserJobs class provides methods that allow controlling all the user's jobs during its lifetime. such as getting their status, logging information, or cancelling them
Constructor Summary | |
UserJobs()
Instantiates an UserJobs object using default user credential |
|
UserJobs(java.io.File cp)
Instantiates an UserJobs object using specified user credential |
Method Summary | |
java.util.Vector |
getJobs(Url lbAddress)
Retreive the jobs owned by the user in a specific LB |
java.util.Vector |
getStates(Url lbAddress)
Retrieve the status of all the user's jobs |
void |
setCredPath(java.io.File cp)
Set a different Proxy certificate from the default one and check it |
void |
unsetCredPath()
Set the Proxy certificate as default |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserJobs() throws org.globus.gsi.GlobusCredentialException, java.io.FileNotFoundException
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificatepublic UserJobs(java.io.File cp) throws org.globus.gsi.GlobusCredentialException, java.io.FileNotFoundException
cp
- The full path of the proxy certificate file to be set
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificateMethod Detail |
public void setCredPath(java.io.File cp) throws org.globus.gsi.GlobusCredentialException
cp
- The full path of the proxy certificate file to be set
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificatepublic void unsetCredPath() throws org.globus.gsi.GlobusCredentialException, java.io.FileNotFoundException
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificatepublic java.util.Vector getJobs(Url lbAddress) throws org.globus.gsi.GlobusCredentialException, java.io.FileNotFoundException
lbAddress
- the full Logging and Bookkeeping address
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificatepublic java.util.Vector getStates(Url lbAddress) throws org.globus.gsi.GlobusCredentialException, java.io.FileNotFoundException
lbAddress
- the full Logging and Bookkeeping address
FileNotFoundException
- Unable to find certificates files
org.globus.gsi.GlobusCredentialException
- - Unable to get the specified proxy certificate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |