Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

J

JDBC_PREFIX - Static variable in class tap.db.JDBCConnection
JDBC prefix of any database URL (for instance: jdbc:postgresql://127.0.0.1/myDB or jdbc:postgresql:myDB).
JDBCConnection - Class in tap.db
This DBConnection implementation is theoretically able to deal with any DBMS JDBC connection.
JDBCConnection(String, String, String, String, JDBCTranslator, String, TAPLog) - Constructor for class tap.db.JDBCConnection
Creates a JDBC connection to the specified database and with the specified JDBC driver.
JDBCConnection(Connection, JDBCTranslator, String, TAPLog) - Constructor for class tap.db.JDBCConnection
Create a JDBC connection by wrapping the given connection.
JDBCTranslator - Class in adql.translator
Implementation of ADQLTranslator which translates ADQL queries in SQL queries.
JDBCTranslator() - Constructor for class adql.translator.JDBCTranslator
 
jj_nt - Variable in class adql.parser.ADQLParser
Next token.
jjFillToken() - Method in class adql.parser.ADQLParserTokenManager
 
jjnewLexState - Static variable in class adql.parser.ADQLParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class adql.parser.ADQLParserTokenManager
Token literal values.
job - Variable in class uws.job.jobInfo.XMLJobInfo
The job owning this JobInfo.
job - Variable in class uws.job.JobPhase
The job whose the current phase is represented by this class.
job - Variable in class uws.job.JobThread
The job which contains all parameters for its execution and which must be filled at the end of the execution.
JOB_LOG_ID_SUFFIX - Static variable in class uws.service.log.Slf4jUWSLog
Suffix to append to the root logger ID for the JOB logger.
JOB_SUMMARY - Static variable in class uws.service.actions.UWSAction
Name of the UWS action JobSummary.
JobComparator() - Constructor for class uws.job.serializer.filter.JobListRefiner.JobComparator
 
jobDestruction(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the destruction time.
JobDestructionPolicy - Enum in uws.job
Behavior to apply when a job destruction is asked.
jobError(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the error summary.
jobExecDuration(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the execution duration.
JobFilter - Interface in uws.job.serializer.filter
Definition of a filter aiming to reduce a list of jobs.
jobID - Variable in class tap.TAPExecutionReport
ID of the job whose the execution is reported here.
jobId - Variable in class uws.job.UWSJob
The identifier of the job (it MUST be different from any other job).
jobId - Variable in class uws.service.UWSUrl
The JobID found in uwsURI (i.e.
JobInfo - Interface in uws.job.jobInfo
API wrapping an object which provides more information about a job.
jobInfo - Variable in class uws.job.UWSJob
Additional description of this job.
jobList - Variable in class tap.resource.ASync
The only jobs' list managed by the inner UWS service.
JobList - Class in uws.job
General description
JobList(String) - Constructor for class uws.job.JobList
Builds a jobs list with its name.
JobList(String, ExecutionManager) - Constructor for class uws.job.JobList
Builds a jobs list with its name and the job list manager.
JobList(String, DestructionManager) - Constructor for class uws.job.JobList
Builds a jobs list with its name and the destruction manager to use.
JobList(String, ExecutionManager, DestructionManager) - Constructor for class uws.job.JobList
Builds a jobs list with its name, the job list manager and the destruction manager.
jobList - Variable in class uws.job.serializer.filter.JobListRefiner
List of retained jobs after filtering.
jobListName - Variable in class uws.service.UWSUrl
Name of a jobs list found in uwsURI (i.e.
JobListRefiner - Class in uws.job.serializer.filter
Let filter (and optionally order) a list of jobs according to the filter parameters given in an HttpServletRequest.
JobListRefiner() - Constructor for class uws.job.serializer.filter.JobListRefiner
Empty constructor.
JobListRefiner(HttpServletRequest) - Constructor for class uws.job.serializer.filter.JobListRefiner
Build a filter for a whole list of jobs.
JobListRefiner.JobComparator - Class in uws.job.serializer.filter
Compare the 2 given UWSJob instances by using only their creation date/time.
JobListRefiner.TopIterator - Class in uws.job.serializer.filter
This iterator is designed to return just the N first items of the given list.
jobLogger - Variable in class uws.service.log.Slf4jUWSLog
Logger for UWS jobs actions.
jobModificationForbidden(String, ExecutionPhase, String) - Static method in class uws.UWSExceptionFactory
 
jobModificationForbidden(String, ExecutionPhase, String, String) - Static method in class uws.UWSExceptionFactory
 
jobName(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the runID.
JobObserver - Interface in uws.job
Any object which wants to follow the progression of any instance of UWSJob.
JobOwner - Interface in uws.job.user
Represents a user of a UWS and a potential job owner.
jobOwner(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the owner ID.
jobParameter(String, String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the parameters/parameter.
jobParameters(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the parameters.
jobParams - Variable in class uws.config.ConfigurableUWSFactory
List of parameters (and eventually how to control them) for each job-list/job.
JobPhase - Class in uws.job
An instance of this class represents the current execution phase of a given job, and it describes the transitions between the different phases.
JobPhase(UWSJob) - Constructor for class uws.job.JobPhase
Builds the phase manager of the given job.
jobPhase(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the phase.
jobQuote(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the quote.
jobResult(String, String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the specified result.
jobResults(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the results.
jobsList - Variable in class uws.job.JobList
[Required] List of jobs.
jobsToDestroy - Variable in class uws.job.manager.DefaultDestructionManager
The list of jobs to destroy.
JobSummary - Class in uws.service.actions
The "Get Job" action of a UWS.
JobSummary(UWSService) - Constructor for class uws.service.actions.JobSummary
 
jobSummary(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the summary.
JobThread - Class in uws.job
An instance of this class is a thread dedicated to a job execution.
JobThread(UWSJob) - Constructor for class uws.job.JobThread
Builds the JobThread instance which will be used by the given job to execute its task.
JobThread(UWSJob, ServiceErrorWriter) - Constructor for class uws.job.JobThread
Builds the JobThread instance which will be used by the given job to execute its task.
JobThread(UWSJob, String) - Constructor for class uws.job.JobThread
Builds the JobThread instance which will be used by the given job to execute its task.
JobThread(UWSJob, String, ServiceErrorWriter) - Constructor for class uws.job.JobThread
Builds the JobThread instance which will be used by the given job to execute its task.
jobThreads - Variable in class uws.config.ConfigurableUWSFactory
Map associating the name of a job list with the constructor of the class of the jobs to create inside this job list.
JobTimeOut() - Constructor for class uws.job.UWSJob.JobTimeOut
 
jobWork() - Method in class tap.AsyncThread
 
jobWork() - Method in class uws.job.JobThread
Does the job work (i.e.
JOIN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
join(String) - Method in class adql.parser.IdentifierItems
Joins all identifiers with the given delimiter.
JoinedTable() - Method in class adql.parser.ADQLParser
 
JoinSpecification(FromContent) - Method in class adql.parser.ADQLParser
 
joinTableName(String[]) - Static method in class adql.db.DefaultDBTable
Join the last 3 items of the given string array with a dot ('.').
Json4Uws - Class in org.json
Useful conversion functions from UWS to JSON.
JSONArrayReader(JSONTokener, UWSLog) - Constructor for class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
 
JSONFormat - Class in tap.formatter
Format any given query (table) result into JSON.
JSONFormat(ServiceConnection) - Constructor for class tap.formatter.JSONFormat
Build a JSON formatter.
JSONObjectReader(JSONTokener, UWSLog) - Constructor for class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
 
JSONSerializer - Class in uws.job.serializer
Lets serializing any UWS resource in JSON.
JSONSerializer() - Constructor for class uws.job.serializer.JSONSerializer
 
A B C D E F G H I J K L M N O P Q R S T U V W X