A C D E F G H I J L M N O P Q R S T U V W

A

ABORTED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Aborted by system (at any stage)
ACCEPTED - Static variable in class org.glite.wmsui.apij.Result
The requested operation has been accepted
ACL - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Acl
ARRIVED - Static variable in class org.glite.wmsui.apij.Event
 
Api - class org.glite.wmsui.apij.Api.
The Api class provides static native implementation of common C/C++ operation not generally allowed by the JVM It also internally implements the methods used RB-LB c++ classes
Api() - Constructor for class org.glite.wmsui.apij.Api
Default constructor
appendJob(int, Result) - Method in class org.glite.wmsui.apij.JobCollection
Update the Job Result info into the Collection inner result vector.
attNames - Static variable in class org.glite.wmsui.apij.JobStatus
The String irepresentation of the attribute names
attach(Listener) - Method in class org.glite.wmsui.apij.Job
Attach the Job with the specified implemented listener
attach(Listener, int) - Method in class org.glite.wmsui.apij.Job
Attach the Job with the specified implemented listener
attrNames - Static variable in class org.glite.wmsui.apij.Event
This array contains the name of all the possible events attributes

C

CANCEL - Static variable in class org.glite.wmsui.apij.Result
Job Cancellation Result value
CANCELLED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Cancelled by user
CANCELLING - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Cancellation request
CANCEL_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
CANCEL_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to cancel a not submitted job
CANCEL_REASON - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Cancel Reason
CE_NODE - Static variable in class org.glite.wmsui.apij.JobStatus
Worker node where the job is executed
CHILDREN - Static variable in class org.glite.wmsui.apij.JobStatus
list of subjob IDs
CHILDREN_HIST - Static variable in class org.glite.wmsui.apij.JobStatus
summary (histogram) of children job states
CHILDREN_NUM - Static variable in class org.glite.wmsui.apij.JobStatus
number of subjobs
CHILDREN_STATES - Static variable in class org.glite.wmsui.apij.JobStatus
full status information of the children
CLASSAD - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Chkpt: checkpoint value
CLEARED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Output transfered back to user and freed
CODE_ABORT - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_ACCEPTED - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_CANCEL - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_CHKPT - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_CLEAR - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_CURDESCR - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_DEQUEUED - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_DONE - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_ENQUEUED - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_HELPERCALL - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_HELPERRETURN - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_LISTENER - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_MATCH - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_PENDING - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_PURGE - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_REFUSED - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_REGJOB - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_RESUBMISSION - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_RUNNING - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_TRANSFER - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_TYPE_MAX - Static variable in class org.glite.wmsui.apij.Event
 
CODE_UNDEF - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CODE_USERTAG - Static variable in class org.glite.wmsui.apij.Event
Possible value returned by code() method.
CONDOR_FAILURE - Static variable in class org.glite.wmsui.apij.Result
Cancel Method Result
CONDOR_ID - Static variable in class org.glite.wmsui.apij.JobStatus
Id within Condor-G
CONDOR_JDL - Static variable in class org.glite.wmsui.apij.JobStatus
ClassAd passed to Condor-G for last job execution
CPU_TIME - Static variable in class org.glite.wmsui.apij.JobStatus
Consumed CPU time
cancel() - Method in class org.glite.wmsui.apij.Job
Cancel the job from the resource broker ( syncronous version )
cancel() - Method in class org.glite.wmsui.apij.JobCollection
Cancel the job from the NS
checkProxy() - Method in class org.glite.wmsui.apij.UserCredential
Check if the Proxy Certificate is valid
clean() - Method in class org.glite.wmsui.apij.Query
Clean all the filter in the current Query
clear() - Method in class org.glite.wmsui.apij.JobCollection
Deletes all elements from the collection.
clear() - Method in class org.glite.wmsui.apij.JobId
Unsets the JobId instance.
code - Static variable in class org.glite.wmsui.apij.Event
This array contains the possible Event names
code() - Method in class org.glite.wmsui.apij.Event
Retreive the EVENT_CODE field
code - Static variable in class org.glite.wmsui.apij.JobStatus
String representation of the attribute codes
code() - Method in class org.glite.wmsui.apij.JobStatus
Current status code as an int, see possible values:
contains(Job) - Method in class org.glite.wmsui.apij.JobCollection
Test wheter the specified job is already present in the collection
containsVO(String) - Method in class org.glite.wmsui.apij.UserCredential
Returns a Boolean value indicating if the Virtual Organisation voName is present in the VOMS proxy extension or not.
copy() - Method in class org.glite.wmsui.apij.Job
Create a copy of the Job, including its private JobId and JobAd members information
copy() - Method in class org.glite.wmsui.apij.Query
Make a deep copy of the current query
createProxy(String) - Static method in class org.glite.wmsui.apij.UserCredential
Create the default proxy Create the default proxy certificate with all the default values: 512-key-length bits, 24c hours, not limited
createProxy(String, String, String, String, int, int, boolean) - Static method in class org.glite.wmsui.apij.UserCredential
Create a different proxy than the default one

D

DAG_AD - Static variable in class org.glite.wmsui.apij.Job
DagAd Constructor Utilised
DEFAULT_LOG_LEVEL - Static variable in class org.glite.wmsui.apij.InfoLB
Verbosity Level: only basic information
DESCR - Static variable in class org.glite.wmsui.apij.Event
Event attribute - CurDescr: description of current job transformation (output of helper)
DESTINATION - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Transfer: destination where the job is being transfered to
DESTINATION - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Ce Id
DEST_HOST - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Transfer: destination hostname
DEST_ID - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Match: Id of the destination CE/queue
DEST_INSTANCE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Transfer: destination instance
DEST_JOBID - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Transfer: destination internal jobid
DEST_PORT - Static variable in class org.glite.wmsui.apij.Event
Notification: destination port
DONE - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Execution finished, output not yet available
DONE_CODE - Static variable in class org.glite.wmsui.apij.JobStatus
Return code
destroyProxy() - Method in class org.glite.wmsui.apij.UserCredential
Destroy the proxy file used
detach() - Method in class org.glite.wmsui.apij.Shadow
Finalize the Shadow instance.

E

EVENT - Static variable in class org.glite.wmsui.apij.Event
The Event string name attribute
EVENT_CODE - Static variable in class org.glite.wmsui.apij.Event
The Event code integer attribute
EXIT_CODE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Done: process exit code
EXIT_CODE - Static variable in class org.glite.wmsui.apij.JobStatus
Unix exit code
EXPECT_FROM - Static variable in class org.glite.wmsui.apij.JobStatus
Sources of the missing information
EXPECT_UPDATE - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Logged information not arrived
Event - class org.glite.wmsui.apij.Event.
LB Event Class Wrapped.
Event() - Constructor for class org.glite.wmsui.apij.Event
 
empty() - Method in class org.glite.wmsui.apij.JobCollection
Check the size of the collection
emptyOut() - Method in class org.glite.wmsui.apij.Shadow
Read any possible message stored inside the output pipeline
equals(Job) - Method in class org.glite.wmsui.apij.Job
Check if two Job objects are the same, i.e have the same JobId
equals(JobId) - Method in class org.glite.wmsui.apij.JobId
Check if the job identifiers are equals

F

FILE_TRANSFER_ERROR - Static variable in class org.glite.wmsui.apij.Result
SandboxIOException
FROM - Static variable in class org.glite.wmsui.apij.Event
Event attribute
FROM_HOST - Static variable in class org.glite.wmsui.apij.Event
Event attribute
FROM_INSTANCE - Static variable in class org.glite.wmsui.apij.Event
Event attribute
finalize() - Method in class org.glite.wmsui.apij.Shadow
Class Destructor
fromString(String) - Method in class org.glite.wmsui.apij.JobId
Set the JobId instance from the String given as input.

G

GENERIC_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
GETOUTPUT_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
GETOUTPUT_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to retrieve output from a not submitted job
GLOBUS_ID - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Globus allocated Id
GLOBUS_JOBMANAGER_FAILURE - Static variable in class org.glite.wmsui.apij.Result
Globus jobManager falied
get(int) - Method in class org.glite.wmsui.apij.InfoLB
Retrieve a specified field
getAddress() - Method in class org.glite.wmsui.apij.Url
Retrieve the complete Url address
getCode() - Method in class org.glite.wmsui.apij.Result
Retutn the code representig the required operation
getCredType() - Method in class org.glite.wmsui.apij.UserCredential
Return whether the proxy is a full proxy (true) or a limited proxy (false)
getDefaultCert() - Static method in class org.glite.wmsui.apij.UserCredential
retrieve the default path for user cert
getDefaultDir() - Static method in class org.glite.wmsui.apij.UserCredential
retrieve the default path for cert dir
getDefaultGroups() - Method in class org.glite.wmsui.apij.UserCredential
Returns a String Vector containing the names of all default Virtual Organisation groups present in the proxy certificate extension if the proxy certificate is a VOMS proxy certificate.
getDefaultKey() - Static method in class org.glite.wmsui.apij.UserCredential
retrieve the default path for user key
getDefaultProxy() - Static method in class org.glite.wmsui.apij.UserCredential
Retrieve the default path for proxy and check whether the file exists
getDefaultProxyName() - Static method in class org.glite.wmsui.apij.UserCredential
Retrieve where default proxy file should be created
getDefaultVOName() - Method in class org.glite.wmsui.apij.UserCredential
Returns the name of the default Virtual Organisation contained in the proxy certificate if the proxy certificate is a VOMS proxy certificate.
getEnv(String) - Static method in class org.glite.wmsui.apij.Api
Static native System Info Method: retrieve the environment specified variable
getException() - Method in class org.glite.wmsui.apij.JobException
Returns the root exception that caused this exception.
getExclude(int) - Method in class org.glite.wmsui.apij.Query
Retrieve the value of the restriction for the specified status
getFrom() - Method in class org.glite.wmsui.apij.Query
Retrieve the set from filter
getGroups(String) - Method in class org.glite.wmsui.apij.UserCredential
Returns a String Vector containing the names of all voName groups present in the proxy certificate extension if the proxy certificate is a VOMS proxy certificate.
getHost() - Static method in class org.glite.wmsui.apij.Shadow
Retrieve the Name of the host
getHost() - Method in class org.glite.wmsui.apij.Url
Retrieve the host
getId() - Method in class org.glite.wmsui.apij.Result
Retrun the Id representing the Job (empty string if the job hasn't been submitted)
getInclude(int) - Method in class org.glite.wmsui.apij.Query
Retrieve the value of the restriction for the specified status
getIssuer() - Method in class org.glite.wmsui.apij.UserCredential
Return the Issuer of the Proxy Certificate
getJobAd() - Method in class org.glite.wmsui.apij.Job
Get the JobAd instance
getJobId() - Method in class org.glite.wmsui.apij.Job
Get the JobId instance
getJobId() - Method in class org.glite.wmsui.apij.Shadow
Retrieve the id of the Job for the current Shadow
getJobs(Url) - Method in class org.glite.wmsui.apij.UserJobs
Retreive the jobs owned by the user in a specific LB
getJobs(Url, Query) - Method in class org.glite.wmsui.apij.UserJobs
Retreive a vector of JobStatus that match the query for the specified LB
getJobs(Url, Calendar, Calendar, Ad, boolean[], boolean[], boolean) - Method in class org.glite.wmsui.apij.UserJobs
Deprecated. use instead getJobs ( Url lbAddress , Query query)
getLogInfo() - Method in class org.glite.wmsui.apij.Job
Retrieve the bookkeeping information of the job ( syncronous version )
getMessage() - Method in class org.glite.wmsui.apij.JobException
 
getOutput(String) - Method in class org.glite.wmsui.apij.Job
Retrieve output files of a submitted job ( syncronous version )
getOutput(String) - Method in class org.glite.wmsui.apij.JobCollection
Get the output files of the jobs (SYNC)
getOwned() - Method in class org.glite.wmsui.apij.Query
retrieve the owned flag
getPid() - Static method in class org.glite.wmsui.apij.Api
Static native System Info Method: retrieve the current process pid
getPid() - Method in class org.glite.wmsui.apij.Shadow
Retrieve the process id corresponding to the shadow background process
getPipeIn() - Method in class org.glite.wmsui.apij.Shadow
Retrieve the name of the pipe that listens for the standard input
getPipeOut() - Method in class org.glite.wmsui.apij.Shadow
Retrieve the name of the pipe that listens for the standard output
getPort() - Method in class org.glite.wmsui.apij.Shadow
Retrieve the shadow port
getPort() - Method in class org.glite.wmsui.apij.Url
Retrieve the port
getProtocol() - Method in class org.glite.wmsui.apij.Url
Retrieve the protocol if present, null otherwise
getResult() - Method in class org.glite.wmsui.apij.Result
The Object returned from the operation depending on the operation itself The value of the Object is:
getServer() - Method in class org.glite.wmsui.apij.JobId
Retrieve the address related to the JobId's LB server
getSimpleHost() - Method in class org.glite.wmsui.apij.Url
Retrieve the simple host name whithout any additiona info (protocol)
getState(int) - Method in class org.glite.wmsui.apij.Job
Retrieve the specified checkpointable step from the LB server
getStates(Url) - Method in class org.glite.wmsui.apij.UserJobs
Retrieve the status of all the user's jobs
getStatus() - Method in class org.glite.wmsui.apij.Job
The same as getStatus( true)
getStatus(boolean) - Method in class org.glite.wmsui.apij.Job
Retrieve the status of the job
getStatus() - Method in class org.glite.wmsui.apij.JobCollection
Retrieve the status information from the LB
getStrenght() - Method in class org.glite.wmsui.apij.UserCredential
Return the Cred type of the Proxy Certificate
getSubJobs() - Method in class org.glite.wmsui.apij.JobStatus
Retrieve all the sub jobs status information as vector of JobStatus instances
getSubJobsId() - Method in class org.glite.wmsui.apij.Job
Retrieves the Job Id of all sub jobs of the job.
getSubject() - Method in class org.glite.wmsui.apij.UserCredential
Return the Subject of the Proxy Certificate
getTimeLeft() - Method in class org.glite.wmsui.apij.UserCredential
Return the Strenght of the Proxy Certificate
getTo() - Method in class org.glite.wmsui.apij.Query
Retrieve the set to filter
getUid() - Static method in class org.glite.wmsui.apij.Api
Static native System Info Method: retrieve the user id number
getUnique() - Method in class org.glite.wmsui.apij.JobId
 
getUserProxy() - Method in class org.glite.wmsui.apij.UserCredential
Retrieve the actual proxy certificate file and check if it exist
getUserTag(String) - Method in class org.glite.wmsui.apij.Query
retrieve UserTag value
getUserTags() - Method in class org.glite.wmsui.apij.Query
Retrieve all the query user tags
getVONames() - Method in class org.glite.wmsui.apij.UserCredential
Returns a Vector containing the names of all Virtual Organisations contained in the proxy certificate extension if the proxy certificate is a VOMS proxy certificate.
getValInt(int) - Method in class org.glite.wmsui.apij.InfoLB
Retrieve the integer value of the specified attribute
getValString(int) - Method in class org.glite.wmsui.apij.InfoLB
Retrieve the String value of the specified attribute
getX500UserSubject() - Method in class org.glite.wmsui.apij.UserCredential
Returns the proxy user subject removing all occurencies of "CN=/Proxy".
getX500UserSubject(String) - Static method in class org.glite.wmsui.apij.UserCredential
Returns the proxy user subject removing all occurencies of "CN=/Proxy" from the specified proxySubject String.

H

HELPER_NAME - Static variable in class org.glite.wmsui.apij.Event
Event attribute
HELPER_PARAMS - Static variable in class org.glite.wmsui.apij.Event
Event attribute - HelperCall: parameters of the call
HIGH_LOG_LEVEL - Static variable in class org.glite.wmsui.apij.InfoLB
Verbosity Level: Complete information, full attributes and CLASSAD info retrieved
HOST - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: hostname of the machine where the event was generated
hasVOMSExtension() - Method in class org.glite.wmsui.apij.UserCredential
Returns a Boolean value indicating if the proxy certificate has a VOMS extension or not (if the proxy is a VOMS proxy certificate or not).

I

InfoLB - class org.glite.wmsui.apij.InfoLB.
LB Information Class Wrapper This class is not visible to the user, restricted to the package
insert(Job) - Method in class org.glite.wmsui.apij.JobCollection
Insert a new Job to the collection
insertAd(JobAd) - Method in class org.glite.wmsui.apij.JobCollection
Insert a new Job (of JobAd type) into the collection
insertId(JobId) - Method in class org.glite.wmsui.apij.JobCollection
Insert a new Job (of JobvId type) into the collection
isSet() - Method in class org.glite.wmsui.apij.JobId
Check whether the jobId has been already created (true) or not (false)

J

JDL - Static variable in class org.glite.wmsui.apij.Event
Event attribute - RegJob: job description
JDL - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Job Description Language
JOB - Static variable in class org.glite.wmsui.apij.Event
Event attribute
JOBID - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: DataGrid job id of the source job
JOBSTAT - Static variable in class org.glite.wmsui.apij.Event
Notification: job status
JOBTYPE - Static variable in class org.glite.wmsui.apij.JobStatus
Type of job
JOBTYPE_DAG - Static variable in class org.glite.wmsui.apij.JobStatus
Static value that indicates a Dag
JOBTYPE_JOB - Static variable in class org.glite.wmsui.apij.JobStatus
Static value that indicates a Job
JOB_ABORTED - Static variable in class org.glite.wmsui.apij.Result
The Job Has aborted
JOB_AD - Static variable in class org.glite.wmsui.apij.Job
JobAd Constructor Utilised
JOB_ALREADY_DONE - Static variable in class org.glite.wmsui.apij.Result
The Job Has been already completed
JOB_CANCELLING - Static variable in class org.glite.wmsui.apij.Result
The Job Has been removed
JOB_ID - Static variable in class org.glite.wmsui.apij.Job
JobId Constructor utilised
JOB_ID - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: JobId
JOB_NONE - Static variable in class org.glite.wmsui.apij.Job
Empty Constructor Job
JOB_NOT_FOUND - Static variable in class org.glite.wmsui.apij.Result
JobNotFoundException
JOB_NOT_OWNER - Static variable in class org.glite.wmsui.apij.Result
The User is not the owner of the job
JOB_SUBMITTED - Static variable in class org.glite.wmsui.apij.Job
JobAd constructor and then submitted, both JobAd and JobId are avaliable
JOTYPE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: DataGrid job id of the source job
Job - class org.glite.wmsui.apij.Job.
Allow controlling the job and perform several operations.
Job() - Constructor for class org.glite.wmsui.apij.Job
Instantiates an empty Job object
Job(JobId) - Constructor for class org.glite.wmsui.apij.Job
Instantiates an Job object with a JobId
Job(JobAd) - Constructor for class org.glite.wmsui.apij.Job
Instantiates an Job object with a JobAd
Job(String) - Constructor for class org.glite.wmsui.apij.Job
Instantiates an Job object with a JobAd
JobCollection - class org.glite.wmsui.apij.JobCollection.
The JobCollection Class is a container class for Job objects .
JobCollection() - Constructor for class org.glite.wmsui.apij.JobCollection
Instantiates an empty JobCollection object
JobCollection(Job, int) - Constructor for class org.glite.wmsui.apij.JobCollection
Instantiates a collection with n copies of a job (the Job has to be of JOB__AD type)
JobCollection(Vector) - Constructor for class org.glite.wmsui.apij.JobCollection
Instantiates a JobCollection object from a vector of Job
JobCollection(Job[]) - Constructor for class org.glite.wmsui.apij.JobCollection
Instantiates a JobCollection object from an array of Job
JobCollectionException - exception org.glite.wmsui.apij.JobCollectionException.
Manage the exception raised while using a collection of jobs such as adding two jobs with the same jobId, performing an action over an empty collection...
JobCollectionException(String) - Constructor for class org.glite.wmsui.apij.JobCollectionException
Default Constructor
JobCollectionException(String, Throwable) - Constructor for class org.glite.wmsui.apij.JobCollectionException
Constructor with Throwable object
JobException - exception org.glite.wmsui.apij.JobException.
Manage the Exception raised when trying to perform an action not allowed for a job such as submitting a jobId-type job or retrieving status information from a non-submitted job ...
JobException() - Constructor for class org.glite.wmsui.apij.JobException
Constructs a new instance of JobException.
JobException(String) - Constructor for class org.glite.wmsui.apij.JobException
Constructs a new instance of JobException with a detailed message.
JobException(String, Throwable) - Constructor for class org.glite.wmsui.apij.JobException
Constructs a new instance of JobException with a detailed message and a root exception.
JobId - class org.glite.wmsui.apij.JobId.
 
JobId() - Constructor for class org.glite.wmsui.apij.JobId
Instantiates an empty JobId object
JobId(Url, String) - Constructor for class org.glite.wmsui.apij.JobId
Intantiates a JobId object providing full information: LB server address and unique string
JobId(String) - Constructor for class org.glite.wmsui.apij.JobId
Instantiates a JobId object from the passed dg_jobId in String format.
JobStatus - class org.glite.wmsui.apij.JobStatus.
LB JobStatus Class Wrap.
JobStatus() - Constructor for class org.glite.wmsui.apij.JobStatus
Default Constructor
jobs - Variable in class org.glite.wmsui.apij.JobCollection
The Job in the collection are stored in a vector
jobs() - Method in class org.glite.wmsui.apij.JobCollection
 

L

LAST_UPDATE_TIME - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Last known event of the job
LEVEL - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: logging level (system, debug, ...)
LISTMATCH - Static variable in class org.glite.wmsui.apij.Result
Matching CE info Result value
LISTMATCH_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
LISTMATCH_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to retrieve ListMatch from a non-ad job
LOCAL_ID - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Id within LRMS
LOCAL_JOBID - Static variable in class org.glite.wmsui.apij.Event
Event attribute
LOCATION - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Location
LOGINFO - Static variable in class org.glite.wmsui.apij.Result
Events info Result value
LOGINFO_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
LOGINFO_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to retrieve logging info from a not submitted job
Listener - interface org.glite.wmsui.apij.Listener.
The listener interface is used in order to manage the interaction of interactive jobs.
ListenerConsole - class org.glite.wmsui.apij.ListenerConsole.
Implementation of the Listener interface.
ListenerConsole() - Constructor for class org.glite.wmsui.apij.ListenerConsole
Default Constructor
listMatchingCE(Url) - Method in class org.glite.wmsui.apij.Job
Look for matching Computing Element available resources ( syncronous version )
logDefaultValues(boolean) - Method in class org.glite.wmsui.apij.Job
Decide whether to log or not some UI default values such as: UI node name information in UserTags attribute
logDefaultValues(boolean) - Method in class org.glite.wmsui.apij.JobCollection
Decide whether to log or not some UI default values such as: UI node name information in UserTags attribute

M

MARKED_FOR_REMOVAL - Static variable in class org.glite.wmsui.apij.Result
Cancel Method Result
MATCHED_JDL - Static variable in class org.glite.wmsui.apij.JobStatus
Full job description after matchmaking
MAX_STATUS - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Status cannot be determined

N

NAME - Static variable in class org.glite.wmsui.apij.Event
Event attribute - UserTag: tag name
NETWORK_SERVER - Static variable in class org.glite.wmsui.apij.JobStatus
Network server handling the job
NODE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Running: worker node where the executable is run
NORMAL_LOG_LEVEL - Static variable in class org.glite.wmsui.apij.InfoLB
Verbosity Level: Normal Information, only CLASSAD info are not retrieved
NOTIFID - Static variable in class org.glite.wmsui.apij.Event
Notification: notification id
NS - Static variable in class org.glite.wmsui.apij.Event
Event attribute - RegJob: NetworkServer handling the job
NSUBJOBS - Static variable in class org.glite.wmsui.apij.Event
Event attribute - RegJob: number of subjobs
name() - Method in class org.glite.wmsui.apij.Event
Retrieve the EVENT field
name() - Method in class org.glite.wmsui.apij.JobStatus
Current status name.
notify(int[], int) - Method in class org.glite.wmsui.apij.Job
Retrieves the status of the Job once it enters the specified status code (s)
notify(int[], int) - Method in class org.glite.wmsui.apij.JobCollection
Retrieves the status of the first Jobs of the collection once it enters one of the specified status code

O

OPERATION - Static variable in class org.glite.wmsui.apij.Event
ChangeACL: operation requested to perform with ACL (add, remove)
OUTPUT - Static variable in class org.glite.wmsui.apij.Result
Job Output files retrieval Result value
OUTPUT_NOT_READY - Static variable in class org.glite.wmsui.apij.Result
JobNotDoneException
OUTPUT_UNCOMPLETED - Static variable in class org.glite.wmsui.apij.Result
submit skipped because the job has been already submitted
OWNER - Static variable in class org.glite.wmsui.apij.Event
Notification: owner
OWNER - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Job owner
org.glite.wmsui.apij - package org.glite.wmsui.apij
 

P

PARENT - Static variable in class org.glite.wmsui.apij.Event
Event attribute - RegJob: jobid of parent job
PARENT_JOB - Static variable in class org.glite.wmsui.apij.JobStatus
parent job of subjob
PAYLOAD_RUNNING - Static variable in class org.glite.wmsui.apij.JobStatus
User Payload started
PERMISSION - Static variable in class org.glite.wmsui.apij.Event
ChangeACL: ACL permission to change (currently only READ)
PERMISSION_TYPE - Static variable in class org.glite.wmsui.apij.Event
ChangeACL: type of permission requested ('allow', 'deny')
POSSIBLE_CE_NODES - Static variable in class org.glite.wmsui.apij.JobStatus
CE nodes matching to possible destinations
POSSIBLE_DESTINATIONS - Static variable in class org.glite.wmsui.apij.JobStatus
Possible job destinations
PRIORITY - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: message priority (yet 0 for asynchronous and 1 for synchronous transfers)
PURGED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Status cannot be determined
printStackTrace() - Method in class org.glite.wmsui.apij.JobException
Prints this exception's stack trace to System.err.
printStackTrace(PrintStream) - Method in class org.glite.wmsui.apij.JobException
Prints this exception's stack trace to a print stream.
printStackTrace(PrintWriter) - Method in class org.glite.wmsui.apij.JobException
Prints this exception's stack trace to a print writer.

Q

QUEUE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - DeQueued: queue name * EnQueued: destination queue
Query - class org.glite.wmsui.apij.Query.
LB QeuryServer Class Wrapped.
Query() - Constructor for class org.glite.wmsui.apij.Query
Default Constructor

R

READY - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Matching resources found
REASON - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Abort: reason of abort
REASON - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Status Reason
RESUBMITTED - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: The job was resubmitted
RESULT - Static variable in class org.glite.wmsui.apij.Event
Event attribute -
RETVAL - Static variable in class org.glite.wmsui.apij.Event
Event attribute - HelperReturn: returned data
RSL - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: RSL to Globus
RUNNING - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Executable is running
Result - class org.glite.wmsui.apij.Result.
The Result Class is used to store information of a required operation Depending on the operation type, the user will be able to check for possible error or in case of success retrieve back the Job required information
remove(Job) - Method in class org.glite.wmsui.apij.JobCollection
Remove a specified Job from the collection Delete the specified job from the collection (if the id has been set) Delete the last occurrence of the job from the collection (if the ad has not been set)
retrieveJobAd() - Method in class org.glite.wmsui.apij.Job
Set the JobAd member attribute of the Job instance to the job description got from the LB
run() - Method in class org.glite.wmsui.apij.JobCollection
 
run(Shadow) - Method in interface org.glite.wmsui.apij.Listener
This Method is called once the shadow has been successfully launched and the Job is ready to perform the interactive console
run(Shadow) - Method in class org.glite.wmsui.apij.ListenerConsole
This is the core method implemented for Listener interface.
run() - Method in class org.glite.wmsui.apij.Shadow
Run the listener

S

SCHEDULED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Accepted by LRMS queue
SEED - Static variable in class org.glite.wmsui.apij.Event
Event attribute - RegJob: seed for subjob id generation
SEED - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: string used for generation of subjob IDs
SEQCODE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: sequence code assigned to the event
SOURCE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: source (WMS component) which generated this event
SRC_INSTANCE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: instance of WMS component (e.g.
SRC_ROLE - Static variable in class org.glite.wmsui.apij.Event
Event attribute
STATE_ENTER_TIME - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Status enter time
STATE_ENTER_TIMES - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: When all previous states were entered
STATUS - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: The Status of the job
STATUS - Static variable in class org.glite.wmsui.apij.Result
JobStatus info Result value
STATUS_CODE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Cancel: classification of the cancel * Done: way of termination
STATUS_CODE - Static variable in class org.glite.wmsui.apij.JobStatus
 
STATUS_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
STATUS_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to retrieve status from a not submitted job
SUBJOB_FAILED - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: Subjob failed (the parent job will fail too)
SUBMIT - Static variable in class org.glite.wmsui.apij.Result
Submission Result value
SUBMITTED - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Just submitted by user interface
SUBMIT_FAILURE - Static variable in class org.glite.wmsui.apij.Result
API failed = general RB Exc remapping
SUBMIT_FORBIDDEN - Static variable in class org.glite.wmsui.apij.Result
When trying to submit a non-ad job
SUBMIT_SKIP - Static variable in class org.glite.wmsui.apij.Result
submit skipped because the job has been already submitted
SUCCESS - Static variable in class org.glite.wmsui.apij.Result
The requested operation has been completed successfully
SVC_HOST - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Listener: hostname
SVC_NAME - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Listener: port instance name
SVC_PORT - Static variable in class org.glite.wmsui.apij.Event
Event attribute - Listener: port number
Shadow - class org.glite.wmsui.apij.Shadow.
This class provides the core management for interactive jobs.
setCredPath(File) - Method in class org.glite.wmsui.apij.Job
Set a different Proxy certificate from the default one and check it
setCredPath(File) - Method in class org.glite.wmsui.apij.JobCollection
Set a different Proxy certificate from the default one
setCredPath(File) - Method in class org.glite.wmsui.apij.UserJobs
Set a different Proxy certificate from the default one and check it
setDagAd(String) - Method in class org.glite.wmsui.apij.Job
set the Dagad instance
setDefaultProxy(String) - Static method in class org.glite.wmsui.apij.UserCredential
Set statically the default proxy used for the current session.
setEnv(String, String) - Static method in class org.glite.wmsui.apij.Api
Static native System Info Method: Set the specified Environment variable
setEnvCert(String) - Method in class org.glite.wmsui.apij.UserCredential
Set the specified path to be the default x509 certificate file
setEnvDir(String) - Method in class org.glite.wmsui.apij.UserCredential
Set the specified path to be the default x509 user cert diectory
setEnvKey(String) - Method in class org.glite.wmsui.apij.UserCredential
Set the specified path to be the default x509 key file
setEnvProxy(String) - Method in class org.glite.wmsui.apij.UserCredential
Set the specified path to be the default x509 proxy file
setExclude(int) - Method in class org.glite.wmsui.apij.Query
Exclude all the jobs in the specified status.
setInclude(int) - Method in class org.glite.wmsui.apij.Query
Including only the jobs in the specified status.
setJobAd(JobAd) - Method in class org.glite.wmsui.apij.Job
set the JobAd instance
setJobId(JobId) - Method in class org.glite.wmsui.apij.Job
set the JobId instance
setJobId(Url) - Method in class org.glite.wmsui.apij.JobId
Set the JobId instance from the dg_jobId in String format given as input.
setLoggerLevel(int) - Method in class org.glite.wmsui.apij.Job
Set the NS verbosity level
setLoggerLevel(int) - Method in class org.glite.wmsui.apij.JobCollection
Set the NS verbosity level
setMaxThreadNumber(int) - Method in class org.glite.wmsui.apij.JobCollection
This method is used to override the MAX_THREAD_NUMBER macro variable
setOwned() - Method in class org.glite.wmsui.apij.Query
Retrieve only current certificate owned jobs
setProxy(File) - Method in class org.glite.wmsui.apij.UserCredential
Set the proxy certificate to a non-default value
setTerminator(String) - Method in class org.glite.wmsui.apij.ListenerConsole
Set the terminator string.
setTimeFrom(Calendar) - Method in class org.glite.wmsui.apij.Query
get all jobs submitted after the specified time
setTimeFrom(int) - Method in class org.glite.wmsui.apij.Query
get all jobs submitted after the specified time
setTimeTo(Calendar) - Method in class org.glite.wmsui.apij.Query
get all jobs submitted before the specified time
setTimeTo(int) - Method in class org.glite.wmsui.apij.Query
get all jobs submitted before the specified time
setUserTag(String, String) - Method in class org.glite.wmsui.apij.Query
get all jobs submitted with the specified user tag If the attribute already exists is automatically replaced
setUserTags(Ad) - Method in class org.glite.wmsui.apij.Query
Set all userTags couples in the query.
shadow(String) - Static method in class org.glite.wmsui.apij.Api
Static native System Method: Execute the command specified and returns its exit code
size() - Method in class org.glite.wmsui.apij.JobCollection
 
submit(Url, Url, String) - Method in class org.glite.wmsui.apij.Job
Submit the job to the Network Server This method is equal to submit (ns, lb, ceId, null, null)
submit(Url, Url, String, Listener, JobState) - Method in class org.glite.wmsui.apij.Job
Submit the job to theNetworkServer.
submit(Url, Vector, String) - Method in class org.glite.wmsui.apij.JobCollection
Submit method

T

TAG - Static variable in class org.glite.wmsui.apij.Event
Event attribute
TIMEOUT_REACHED - Static variable in class org.glite.wmsui.apij.Result
Time out Exception found
TIMESTAMP - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: timestamp of event generation
toString() - Method in class org.glite.wmsui.apij.Event
Retrieve the string representation of the Event.
toString(int) - Method in class org.glite.wmsui.apij.Event
Return a String representation of the Event
toString() - Method in class org.glite.wmsui.apij.InfoLB
Convert the instance into a String
toString() - Method in class org.glite.wmsui.apij.JobException
Returns the string representation of this exception.
toString() - Method in class org.glite.wmsui.apij.JobId
Converts the jobId into a String
toString() - Method in class org.glite.wmsui.apij.JobStatus
String representation of all the status attributes
toString(int) - Method in class org.glite.wmsui.apij.JobStatus
Convert the JobStatus into a string
toString() - Method in class org.glite.wmsui.apij.Query
Retrieve current query string representation
toString() - Method in class org.glite.wmsui.apij.Result
Convert the Result into a string
toString(int) - Method in class org.glite.wmsui.apij.Result
Convert the Result into a string if verbosity is 0 then basic info are returned.
toString() - Method in class org.glite.wmsui.apij.Url
Convert the Url Intance into its string representation

U

UNDEF - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: indicates invalid, i.e.
UNKNOWN - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Status cannot be determined
USER - Static variable in class org.glite.wmsui.apij.Event
Event attribute - common: identity (cert.
USER_ID - Static variable in class org.glite.wmsui.apij.Event
ChangeACL: DN or VOMS parameter (in format VO:group)
USER_ID_TYPE - Static variable in class org.glite.wmsui.apij.Event
ChangeACL: type of information given in user_id (DN or VOMS)
USER_TAGS - Static variable in class org.glite.wmsui.apij.JobStatus
JobStatus Attribute: List of user-specified information tags
Url - class org.glite.wmsui.apij.Url.
Managing Addresses File name: Url.java
Url(String) - Constructor for class org.glite.wmsui.apij.Url
constructor by String Parse the string in order to create a valid Url
Url(String, int) - Constructor for class org.glite.wmsui.apij.Url
constructor by parameters Parse Initialise the host and the port of the Url
UserCredential - class org.glite.wmsui.apij.UserCredential.
The UserCredential class allows to control the general user security certificate's validity.
UserCredential(GlobusCredential) - Constructor for class org.glite.wmsui.apij.UserCredential
Empty Constructor set a proxy
UserCredential() - Constructor for class org.glite.wmsui.apij.UserCredential
Empty Constructor try to Load the default proxycertificate
UserCredential(File) - Constructor for class org.glite.wmsui.apij.UserCredential
Constructor with File.
UserJobs - class org.glite.wmsui.apij.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.
UserJobs() - Constructor for class org.glite.wmsui.apij.UserJobs
Instantiates an UserJobs object using default user credential
UserJobs(File) - Constructor for class org.glite.wmsui.apij.UserJobs
Instantiates an UserJobs object using specified user credential
unsetCredPath() - Method in class org.glite.wmsui.apij.Job
Set the Proxy certificate as default
unsetCredPath() - Method in class org.glite.wmsui.apij.JobCollection
Set the Proxy certificate as default
unsetCredPath() - Method in class org.glite.wmsui.apij.UserJobs
Set the Proxy certificate as default
unsetEnv(String) - Static method in class org.glite.wmsui.apij.Api
Static native System Info Method: Unset the specified Environment variable
unsetProxy() - Method in class org.glite.wmsui.apij.UserCredential
Unset a previous non-default proxy and look for the default one

V

VALUE - Static variable in class org.glite.wmsui.apij.Event
Event attribute - UserTag: tag value

W

WAITING - Static variable in class org.glite.wmsui.apij.JobStatus
Return Status Code: Accepted by WMS, waiting for resource allocation
writeIn(String) - Method in class org.glite.wmsui.apij.Shadow
Write into the input stream pipeline

A C D E F G H I J L M N O P Q R S T U V W