A B C E G I J N O P S W

A

AuthenticationFaultException - exception org.glite.wms.wmproxy.AuthenticationFaultException.
This exception is thrown to indicate that an authentication error occurs while accessing the WMProxy services.
AuthenticationFaultException() - Constructor for class org.glite.wms.wmproxy.AuthenticationFaultException
Constructs an Exception with no specified detail message.
AuthenticationFaultException(String) - Constructor for class org.glite.wms.wmproxy.AuthenticationFaultException
Constructs an Exception with the specified detail message.
AuthorizationFaultException - exception org.glite.wms.wmproxy.AuthorizationFaultException.
This exception is thrown to indicate that the client is not authorized to perform the requested operation.
AuthorizationFaultException() - Constructor for class org.glite.wms.wmproxy.AuthorizationFaultException
Constructs an Exception with no specified detail message.
AuthorizationFaultException(String) - Constructor for class org.glite.wms.wmproxy.AuthorizationFaultException
Constructs an Exception with the specified detail message.

B

BaseException - exception org.glite.wms.wmproxy.BaseException.
The class BaseException and its subclasses are a form of Exception that handle errors occuring during the operations.
BaseException() - Constructor for class org.glite.wms.wmproxy.BaseException
Constructs an Exception with no specified detail message.
BaseException(String) - Constructor for class org.glite.wms.wmproxy.BaseException
Constructs an Exception with the specified detail message.

C

CredentialException - exception org.glite.wms.wmproxy.CredentialException.
This exception is thrown to indicate that an error occurs while either handling the local user proxy or delegating user credential
CredentialException() - Constructor for class org.glite.wms.wmproxy.CredentialException
Constructs an Exception with no specified detail message.
CredentialException(String) - Constructor for class org.glite.wms.wmproxy.CredentialException
Constructs an Exception with the specified detail message.

E

enableFilePerusal(String, StringList) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Enables file perusal functionalities if not disabled with the specific jdl attribute during job register operation.

G

GetQuotaManagementFaultException - exception org.glite.wms.wmproxy.GetQuotaManagementFaultException.
This exception is thrown to indicate that an error occurs while requesting information about setting of UserQuota on the WMProxyServer Disk Quotas is the maximum amount of disk space that a system administrator can allocate for users or groups.
GetQuotaManagementFaultException() - Constructor for class org.glite.wms.wmproxy.GetQuotaManagementFaultException
Constructs an Exception with no specified detail message.
GetQuotaManagementFaultException(String) - Constructor for class org.glite.wms.wmproxy.GetQuotaManagementFaultException
Constructs an Exception with the specified detail message.
getCollectionTemplate(int, String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a JDL template for a collection of jobs, that is a set of independent jobs that can be submitted, controlled and monitored as a single entity.
getDAGTemplate(GraphStructType, String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a JDL template for a DAG.
getFreeQuota(LongHolder, LongHolder) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the remaining free part of available user disk quota (in bytes).
getIntParametricJobTemplate(StringList, int, int, int, String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL.
getJobTemplate(JobTypeList, String, String, String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a JDL template for the requested job type.
getMaxInputSandboxSize() - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the maximum Input sandbox size (in bytes) a user can count on for a job submission if using the space managed by the WM.
getOutputFileList(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the list of URIs where the output files created during job execution have been stored in the WM managed space and the corresponding sizes in bytes.
getPerusalFiles(String, String, boolean) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Gets the URIs of perusal files generated during job execution for the specified file file.
getProxyReq(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Gets a proxy identified by the delegationId string.
getSandboxBulkDestURI(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the list of destination URIs associated to a compound job (i.e.
getSandboxDestURI(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a list of destination URI's associated to the job, identified by the jobId provided as input, where the job input sandbox files can be uploaded by the client.
getStringParametricJobTemplate(StringList, StringList, String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL.
getTotalQuota(LongHolder, LongHolder) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the total space quota assigned to the user on the storage managed by the WM The fault GetQuotaManagementFault is returned if the quota management is not active on the WM.
getVersion() - Method in class org.glite.wms.wmproxy.WMProxyAPI
Gets the version numbers of the WMProxy services
grstGetProxyReq(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Gets a proxy identified by the delegationId string.
grstPutProxy(String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
This method allows delegating user credential to the WMProxy server using the GridSite package: it creates a proxy from the input certificate (got by a previous call to the createProxyfromCertReq server).

I

InvalidArgumentFaultException - exception org.glite.wms.wmproxy.InvalidArgumentFaultException.
This exception is thrown to indicate that an input argument of the requested operation is not valid (i.e.
InvalidArgumentFaultException() - Constructor for class org.glite.wms.wmproxy.InvalidArgumentFaultException
Constructs an Exception with no specified detail message.
InvalidArgumentFaultException(String) - Constructor for class org.glite.wms.wmproxy.InvalidArgumentFaultException
Constructs an Exception with the specified detail message.

J

JobUnknownFaultException - exception org.glite.wms.wmproxy.JobUnknownFaultException.
This exception is thrown to indicate that a job has not been registered to that WMProxy server
JobUnknownFaultException() - Constructor for class org.glite.wms.wmproxy.JobUnknownFaultException
Constructs an Exception with no specified detail message.
JobUnknownFaultException(String) - Constructor for class org.glite.wms.wmproxy.JobUnknownFaultException
Constructs an Exception with the specified detail message.
jobCancel(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
This operation cancels a previously submitted job identified by its JobId.
jobListMatch(String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Returns the list of CE Ids satisfying the job Requirements specified in the JDL, ordered according to the decreasing Rank.
jobPurge(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Removes from the WM managed space all files related to the job identified by the jobId provided as input.
jobRegister(String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Registers a job for submission.The unique identifier assigned to the job is returned to the client.
jobStart(String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Triggers the submission a previously registered job.
jobSubmit(String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
Submits a job: performs registration and triggers the submission The JDL description of the job provided by the client is validated by the service, registered to the LB and finally passed to the Workload Manager.

N

NoSuitableResourcesFaultException - exception org.glite.wms.wmproxy.NoSuitableResourcesFaultException.
Thrown to indicate that during the requested operation no suitable resources matching job requirements have been found.
NoSuitableResourcesFaultException() - Constructor for class org.glite.wms.wmproxy.NoSuitableResourcesFaultException
Constructs an Exception with no specified detail message.
NoSuitableResourcesFaultException(String) - Constructor for class org.glite.wms.wmproxy.NoSuitableResourcesFaultException
Constructs an Exception with the specified detail message.

O

OperationNotAllowedFaultException - exception org.glite.wms.wmproxy.OperationNotAllowedFaultException.
This exception is thrown to indicate that the current job status does not allow requested operation.
OperationNotAllowedFaultException() - Constructor for class org.glite.wms.wmproxy.OperationNotAllowedFaultException
Constructs an Exception with no specified detail message.
OperationNotAllowedFaultException(String) - Constructor for class org.glite.wms.wmproxy.OperationNotAllowedFaultException
Constructs an Exception with the specified detail message.
org.glite.wms.wmproxy - package org.glite.wms.wmproxy
 

P

putProxy(String, String) - Method in class org.glite.wms.wmproxy.WMProxyAPI
This method allows delegating user credential to the WMProxy server: it creates a proxy from the input certificate (got by a previous call to the createProxyfromCertReq server).

S

ServerOverloadedFaultException - exception org.glite.wms.wmproxy.ServerOverloadedFaultException.
This exception is thrown to indicate that the current job status does not allow requested operation.
ServerOverloadedFaultException() - Constructor for class org.glite.wms.wmproxy.ServerOverloadedFaultException
Constructs an Exception with no specified detail message.
ServerOverloadedFaultException(String) - Constructor for class org.glite.wms.wmproxy.ServerOverloadedFaultException
Constructs an Exception with the specified detail message.
ServiceException - exception org.glite.wms.wmproxy.ServiceException.
This exception is thrown to indicate that an error occurs during the execution of the remote method call to the WMProxy server
ServiceException() - Constructor for class org.glite.wms.wmproxy.ServiceException
Constructs an Exception with no specified detail message.
ServiceException(String) - Constructor for class org.glite.wms.wmproxy.ServiceException
Constructs an Exception with the specified detail message.
ServiceURLException - exception org.glite.wms.wmproxy.ServiceURLException.
This exception is thrown to indicate that a malformed URL has occurred.
ServiceURLException() - Constructor for class org.glite.wms.wmproxy.ServiceURLException
Constructs an Exception with no specified detail message.
ServiceURLException(String) - Constructor for class org.glite.wms.wmproxy.ServiceURLException
Constructs an Exception with the specified detail message.

W

WMProxyAPI - class org.glite.wms.wmproxy.WMProxyAPI.
Allows sending requests to the Workload Manager Proxy (WMProxy) server
WMProxyAPI(String, String) - Constructor for class org.glite.wms.wmproxy.WMProxyAPI
Constructor
WMProxyAPI(String, String, String) - Constructor for class org.glite.wms.wmproxy.WMProxyAPI
Constructor that allows setting of the Log4j tool by configuration file

A B C E G I J N O P S W