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

A

attachShutDownHook() - Method in class org.gcube.application.enm.service.concurrent.ShutdownHook
 

C

call() - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsJob
 
call() - Method in class org.gcube.application.enm.service.plugins.omws.OMWSJob
 
cancel() - Method in class org.gcube.application.enm.service.GenericJob
 
cancelExperiment(String) - Method in class org.gcube.application.enm.manager.Manager
 
cancelExperiment(String) - Method in class org.gcube.application.enm.service.ENMService
 
cancelExperiment(UUID, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Cancels the job at the execution resource.
cancelExperiment(UUID, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
cancelJob(UUID) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Cancels a job.
cancelJob(UUID) - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated.  
changeDirectory(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
clean() - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
 
cleanExperimentOuput(UUID, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Clean up the output of an experiment from the remote execution site.
cleanExperimentOuput(UUID, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
CLEAUNP_TIME_MILLIS - Static variable in class org.gcube.application.enm.service.concurrent.JobScheduler
 
client() - Static method in class org.gcube.application.enm.service.conn.StorageClientUtil
 
compareTo(FIFOEntry<E>) - Method in class org.gcube.application.enm.service.concurrent.FIFOEntry
 
compareTo(GenericJob) - Method in class org.gcube.application.enm.service.GenericJob
 
COMPsExecutionResource - Class in org.gcube.application.enm.service.plugins.comps
Extends the ExecutionResource for the COMPSs provider.
COMPsExecutionResource() - Constructor for class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
COMPSS_EXECUTION_RESOURCE_PLUGIN - Static variable in class org.gcube.application.enm.service.conn.InformationSystemClient
 
COMPSS_JOB_PLUGIN - Static variable in class org.gcube.application.enm.service.conn.InformationSystemClient
 
COMPSsClient - Class in org.gcube.application.enm.service.plugins.comps
COMPSs client for the execution of openModeller experiments.
COMPSsClient(String) - Constructor for class org.gcube.application.enm.service.plugins.comps.COMPSsClient
Instantiates a new OModeller client.
COMPSsJob - Class in org.gcube.application.enm.service.plugins.comps
Extends the GenericJob for the COMPSs provider.
COMPSsJob(UUID, ExperimentRequest) - Constructor for class org.gcube.application.enm.service.plugins.comps.COMPSsJob
 
COMPSsJob(UUID, ExperimentRequest, ExperimentStatus, ExperimentResults, ExperimentLogs) - Constructor for class org.gcube.application.enm.service.plugins.comps.COMPSsJob
 
connect(String, int, String, String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
Constants - Class in org.gcube.application.enm
Service constants.
Constants() - Constructor for class org.gcube.application.enm.Constants
 
currentJobIds() - Method in class org.gcube.application.enm.service.GenericJob
 
currentStep() - Method in class org.gcube.application.enm.service.GenericJob
 

D

delete(GenericJob) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
deleteDir(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
deleteDirRecursive(File) - Static method in class org.gcube.application.enm.service.util.FileUtils
 
disconnect() - Method in class org.gcube.application.enm.service.conn.FtpClient
 
durationUntilNow(XMLGregorianCalendar) - Static method in class org.gcube.application.enm.service.util.XmlHelper
 

E

ENMService - Class in org.gcube.application.enm.service
Entry point of the Environmental Niche Modelling service.
ENMService() - Constructor for class org.gcube.application.enm.service.ENMService
 
equals(Object) - Method in class org.gcube.application.enm.service.concurrent.FIFOEntry
 
equals(Object) - Method in class org.gcube.application.enm.service.GenericJob
 
ExecutionException - Exception in org.gcube.application.enm.service
Execution resources throw this exception when they find an error that is caused in their platforms.
ExecutionException() - Constructor for exception org.gcube.application.enm.service.ExecutionException
 
ExecutionException(String) - Constructor for exception org.gcube.application.enm.service.ExecutionException
 
ExecutionException(Throwable) - Constructor for exception org.gcube.application.enm.service.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception org.gcube.application.enm.service.ExecutionException
 
ExecutionResource - Class in org.gcube.application.enm.service
Execution resource providers must extend this class with the implementation details specific to their underlying platforms.
ExecutionResource() - Constructor for class org.gcube.application.enm.service.ExecutionResource
This default constructor is used by PluginLoader to load new execution resource providers into the service.
experimentBaseDir(String, UUID) - Static method in class org.gcube.application.enm.service.conn.StorageClientUtil
 
ExperimentUtils - Class in org.gcube.application.enm.service
Experiment utilities.
ExperimentUtils() - Constructor for class org.gcube.application.enm.service.ExperimentUtils
 

F

FIFOEntry<E extends Comparable<? super E>> - Class in org.gcube.application.enm.service.concurrent
Guarantees about the ordering of elements with equal priority in a priority queue.
FIFOEntry(E) - Constructor for class org.gcube.application.enm.service.concurrent.FIFOEntry
 
FileUtils - Class in org.gcube.application.enm.service.util
General file utilities.
FileUtils() - Constructor for class org.gcube.application.enm.service.util.FileUtils
 
findCredentials(UUID) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
FtpClient - Class in org.gcube.application.enm.service.conn
Simple FTP client.
FtpClient() - Constructor for class org.gcube.application.enm.service.conn.FtpClient
 

G

GenericJob - Class in org.gcube.application.enm.service
Represents a job.
GenericJob(UUID, ExperimentRequest) - Constructor for class org.gcube.application.enm.service.GenericJob
 
GenericJob(UUID, ExperimentRequest, ExperimentStatus, ExperimentResults, ExperimentLogs) - Constructor for class org.gcube.application.enm.service.GenericJob
 
get() - Static method in class org.gcube.application.enm.service.concurrent.JobExecutionPool
Get the singleton instance of the thread pool.
get() - Static method in class org.gcube.application.enm.service.concurrent.JobMonitor
Get the singleton instance of the monitor.
get() - Static method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated. Get the singleton instance of the monitor.
get() - Static method in class org.gcube.application.enm.service.concurrent.JobScheduler
Get the singleton instance of the scheduler.
getAppLocation() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.OpenModellerImage
 
getBesPassword() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
getBesUsername() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
getCompletness(BESCredential, String[]) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsClient
 
getCOMPSFtpCredentials() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getCOMPSsCredentials() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getCOMPSsLayersetsAbsolutePath(String) - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
Adds the prefix used in the local filesystem of the execution resource provider to the layetsets path.
getContext() - Static method in class org.gcube.application.enm.context.ServiceContext
Returns cached instance
getCores() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
getDisSizeGB() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
getEndpoint() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
getENMService() - Method in class org.gcube.application.enm.context.ServiceContext
 
getEntry() - Method in class org.gcube.application.enm.service.concurrent.FIFOEntry
 
getExecutionResource() - Method in class org.gcube.application.enm.service.GenericJob
 
getExecutionResource() - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsJob
 
getExecutionResource() - Method in class org.gcube.application.enm.service.plugins.omws.OMWSJob
 
getExecutionResourcePluginName(ExperimentRequest) - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getJNDIName() - Method in class org.gcube.application.enm.context.ServiceContext
 
getJob(UUID) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Returns the job to which the specified uuid is mapped, or null if this map contains no mapping for the uuid.
getJob(UUID) - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated. Returns the job to which the specified uuid is mapped, or null if this map contains no mapping for the uuid.
getJobNamePrefix() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.OpenModellerImage
 
getJobPluginName(ExperimentRequest) - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getJobsProgress(BESCredential, String[]) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsClient
Retrieves the progress of concrete jobs.
getLogAsFile(LogType, IClient, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Retrieves the logs of the job from the execution resource storying as a file with the storage service.
getLogAsFile(LogType, IClient, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
getLogs(String) - Method in class org.gcube.application.enm.manager.Manager
 
getLogs(String) - Method in class org.gcube.application.enm.service.ENMService
 
getLogs(UUID, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Retrieves the execution logs of the job from the execution resource.
getLogs() - Method in class org.gcube.application.enm.service.GenericJob
 
getLogs(UUID, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
getMaxVMs() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
getMemoryGB() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
getMinVMs() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
getNewExecutionResourceInstance(String) - Method in class org.gcube.application.enm.service.PluginLoader
 
getNewJobInstance(UUID, ExperimentRequest, String) - Method in class org.gcube.application.enm.service.PluginLoader
 
getNewJobInstance(UUID, ExperimentRequest, ExperimentStatus, ExperimentResults, ExperimentLogs, String) - Method in class org.gcube.application.enm.service.PluginLoader
 
getOpenModellerImage() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getPassword() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
 
getPort() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
 
getPriority() - Method in class org.gcube.application.enm.service.GenericJob
 
getRequest() - Method in class org.gcube.application.enm.service.GenericJob
 
getResultAsFile(ResultType, IClient, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Retrieves the results of the job from the execution resource storying as a file with the storage service.
getResultAsFile(ResultType, IClient, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
getResults(String) - Method in class org.gcube.application.enm.manager.Manager
 
getResults(String) - Method in class org.gcube.application.enm.service.ENMService
 
getResults(UUID, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Retrieves the results of the job from the execution resource.
getResults() - Method in class org.gcube.application.enm.service.GenericJob
 
getResults(UUID, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
getServer() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
 
getServiceContext() - Method in class org.gcube.application.enm.manager.Manager
getStatus(String) - Method in class org.gcube.application.enm.manager.Manager
 
getStatus(String) - Method in class org.gcube.application.enm.service.ENMService
 
getStatus(UUID, String) - Method in class org.gcube.application.enm.service.ExecutionResource
Retrieves the status of the job from the execution resource.
getStatus() - Method in class org.gcube.application.enm.service.GenericJob
 
getStatus(UUID, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 
getStoragePassword() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
getStorageUsername() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
getUserExperimentResumes(String) - Method in class org.gcube.application.enm.manager.Manager
 
getUserExperimentResumes(String) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
getUserExperimentResumes(String) - Method in class org.gcube.application.enm.service.ENMService
 
getUsername() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
 
getUUID() - Method in class org.gcube.application.enm.service.GenericJob
 
getVmImage() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.OpenModellerImage
 
getVmInstance(InstanceType) - Method in class org.gcube.application.enm.service.conn.InformationSystemClient
 
getWallClock() - Method in class org.gcube.application.enm.service.conn.InformationSystemClient.OpenModellerImage
 

H

hasFinished(ExperimentStatus) - Static method in class org.gcube.application.enm.service.ExperimentUtils
 
homogeneousStatus(List<StatusType>) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsJob
 

I

InformationSystemClient - Class in org.gcube.application.enm.service.conn
A client to the gCube Information System.
InformationSystemClient() - Constructor for class org.gcube.application.enm.service.conn.InformationSystemClient
 
InformationSystemClient.COMPSsCredentials - Class in org.gcube.application.enm.service.conn
 
InformationSystemClient.COMPSsCredentials(String, String, String, String, String) - Constructor for class org.gcube.application.enm.service.conn.InformationSystemClient.COMPSsCredentials
 
InformationSystemClient.FtpCredentials - Class in org.gcube.application.enm.service.conn
 
InformationSystemClient.FtpCredentials(String, int, String, String) - Constructor for class org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
 
InformationSystemClient.OpenModellerImage - Class in org.gcube.application.enm.service.conn
 
InformationSystemClient.OpenModellerImage(int, String, String, String) - Constructor for class org.gcube.application.enm.service.conn.InformationSystemClient.OpenModellerImage
 
InformationSystemClient.VmInstance - Class in org.gcube.application.enm.service.conn
 
InformationSystemClient.VmInstance(double, int, double, int, int) - Constructor for class org.gcube.application.enm.service.conn.InformationSystemClient.VmInstance
 
init(ConcurrentMap<UUID, GenericJob>) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Initializes the job monitor, scheduling the execution of those jobs with the status pending.
init(ConcurrentMap<UUID, GenericJob>) - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated.  
INITIAL_DELAY - Static variable in class org.gcube.application.enm.service.concurrent.JobScheduler
 
isCanceled() - Method in class org.gcube.application.enm.service.GenericJob
 
isClient - Variable in class org.gcube.application.enm.service.ExecutionResource
 
isLogsChange() - Method in class org.gcube.application.enm.service.conn.JobUpdate
 
isResultsChange() - Method in class org.gcube.application.enm.service.conn.JobUpdate
 
isStatusChange() - Method in class org.gcube.application.enm.service.conn.JobUpdate
 

J

JNDI_NAME - Static variable in class org.gcube.application.enm.Constants
JNDI Base Name.
JOB_EXEC_DELAY - Static variable in class org.gcube.application.enm.service.concurrent.JobScheduler
 
JobExecutionPool - Class in org.gcube.application.enm.service.concurrent
Provides a pool of threads with a fixed number of workers.
JobMonitor - Class in org.gcube.application.enm.service.concurrent
Coordinates the access to the jobs from several different threads.
JobMonitorBlocking - Class in org.gcube.application.enm.service.concurrent
Deprecated. As release 1.0, replaced by JobMonitor.
JobMonitorBlocking() - Constructor for class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated.  
JobScheduler - Class in org.gcube.application.enm.service.concurrent
Schedules jobs to execute periodically.
JobUpdate - Class in org.gcube.application.enm.service.conn
Flags the sections of an experiment that need to be updated.
JobUpdate() - Constructor for class org.gcube.application.enm.service.conn.JobUpdate
 
JobUpdate(boolean, boolean, boolean) - Constructor for class org.gcube.application.enm.service.conn.JobUpdate
 

L

listAllDirs(String) - Static method in class org.gcube.application.enm.service.util.FileUtils
 
listAllFiles(String, String) - Static method in class org.gcube.application.enm.service.util.FileUtils
 
listFiles(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
loadJobs(ConcurrentMap<UUID, GenericJob>) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
loadJobs(ConcurrentMap<UUID, GenericJob>, boolean) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
logger - Variable in class org.gcube.application.enm.service.concurrent.JobExecutionPool
 
logger - Variable in class org.gcube.application.enm.service.concurrent.JobMonitor
 
logger - Variable in class org.gcube.application.enm.service.concurrent.JobScheduler
 
logger - Variable in class org.gcube.application.enm.service.concurrent.ShutdownHook
 
logger - Variable in class org.gcube.application.enm.service.conn.FtpClient
 
logger - Variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
logger - Variable in class org.gcube.application.enm.service.ENMService
 
logger - Variable in class org.gcube.application.enm.service.ExecutionResource
 
logger - Variable in class org.gcube.application.enm.service.GenericJob
 
logger - Variable in class org.gcube.application.enm.service.PluginLoader
 
logs(boolean) - Method in class org.gcube.application.enm.service.conn.JobUpdate
 
logs - Variable in class org.gcube.application.enm.service.GenericJob
 
LOGS_FILENAME - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 

M

makeDirectory(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
Manager - Class in org.gcube.application.enm.manager
Service manager.
Manager() - Constructor for class org.gcube.application.enm.manager.Manager
 
MANAGER_PT_NAME - Static variable in class org.gcube.application.enm.Constants
Relative endpoint of the Manager port-type.
MAX_JOBS_PER_RUN - Static variable in class org.gcube.application.enm.service.concurrent.JobScheduler
 
MAXIMUM_PRIORITY - Static variable in class org.gcube.application.enm.service.GenericJob
 
MINIMUM_PRIORITY - Static variable in class org.gcube.application.enm.service.GenericJob
 

N

next(int, String) - Method in class org.gcube.application.enm.service.GenericJob
 
next(int, List<String>) - Method in class org.gcube.application.enm.service.GenericJob
 
next(int, String[]) - Method in class org.gcube.application.enm.service.GenericJob
 
nextPendingJob() - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Retrieves the next job from the queue, waiting if necessary until a job becomes available.
nextPendingJob() - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated. Retrieves the next job from the queue, waiting if necessary until a job becomes available.
now() - Static method in class org.gcube.application.enm.service.util.XmlHelper
 
NS - Static variable in class org.gcube.application.enm.Constants
Namespace.
numPendingJobs() - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
 

O

OModellerStatus(BESCredential, String[]) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsClient
Retrieves the status of a list of submitted jobs.
OMWS_JOB_PLUGIN - Static variable in class org.gcube.application.enm.service.conn.InformationSystemClient
 
OMWSJob - Class in org.gcube.application.enm.service.plugins.omws
Defines an OMWS-based job.
OMWSJob(UUID, ExperimentRequest) - Constructor for class org.gcube.application.enm.service.plugins.omws.OMWSJob
 
onReady() - Method in class org.gcube.application.enm.context.ServiceContext
 
OPENBIO_BASE_DIR - Static variable in class org.gcube.application.enm.service.conn.StorageClientUtil
 
org.gcube.application.enm - package org.gcube.application.enm
 
org.gcube.application.enm.context - package org.gcube.application.enm.context
 
org.gcube.application.enm.manager - package org.gcube.application.enm.manager
 
org.gcube.application.enm.service - package org.gcube.application.enm.service
 
org.gcube.application.enm.service.concurrent - package org.gcube.application.enm.service.concurrent
 
org.gcube.application.enm.service.conn - package org.gcube.application.enm.service.conn
 
org.gcube.application.enm.service.plugins.comps - package org.gcube.application.enm.service.plugins.comps
 
org.gcube.application.enm.service.plugins.omws - package org.gcube.application.enm.service.plugins.omws
 
org.gcube.application.enm.service.util - package org.gcube.application.enm.service.util
 

P

PERSISTENCE_ROOT - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
PERSISTENCE_ROOT_PATH - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
PersistenceClient - Class in org.gcube.application.enm.service.conn
Persistence client.
PersistenceClient() - Constructor for class org.gcube.application.enm.service.conn.PersistenceClient
 
PluginLoader - Class in org.gcube.application.enm.service
Loads the different execution resource providers into the service.
PluginLoader() - Constructor for class org.gcube.application.enm.service.PluginLoader
 

R

read(String, UUID) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
registerNewJob(GenericJob) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Register a new job.
registerNewJob(GenericJob) - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated. Register a new job.
removeExperiment(String) - Method in class org.gcube.application.enm.manager.Manager
 
removeExperiment(String) - Method in class org.gcube.application.enm.service.ENMService
 
removeJob(UUID) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Removes a job from the map and the persistent storage.
request - Variable in class org.gcube.application.enm.service.GenericJob
 
REQUEST_FILENAME - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
results(boolean) - Method in class org.gcube.application.enm.service.conn.JobUpdate
 
results - Variable in class org.gcube.application.enm.service.GenericJob
 
RESULTS_FILENAME - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
retrieveFileAsInputStream(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
retrieveFileAsString(String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 

S

schedulePendingJob(GenericJob) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Inserts the specified job into the priority queue.
schedulePendingJob(GenericJob) - Method in class org.gcube.application.enm.service.concurrent.JobMonitorBlocking
Deprecated. Inserts the specified job into the priority queue.
SERVICE_CLASS - Static variable in class org.gcube.application.enm.Constants
Service class.
SERVICE_NAME - Static variable in class org.gcube.application.enm.Constants
Service name.
ServiceContext - Class in org.gcube.application.enm.context
Setups gCube context for the service.
ServiceContext() - Constructor for class org.gcube.application.enm.context.ServiceContext
 
setPriority(int) - Method in class org.gcube.application.enm.service.GenericJob
 
shutdownAndAwaitTermination() - Method in class org.gcube.application.enm.service.concurrent.JobExecutionPool
 
shutdownAndAwaitTermination() - Method in class org.gcube.application.enm.service.concurrent.JobScheduler
 
ShutdownHook - Class in org.gcube.application.enm.service.concurrent
Executes when the Java virtual machine shuts down.
ShutdownHook() - Constructor for class org.gcube.application.enm.service.concurrent.ShutdownHook
 
start() - Method in class org.gcube.application.enm.service.concurrent.JobExecutionPool
 
start() - Method in class org.gcube.application.enm.service.concurrent.JobScheduler
 
status(boolean) - Method in class org.gcube.application.enm.service.conn.JobUpdate
 
status - Variable in class org.gcube.application.enm.service.GenericJob
 
STATUS_FILENAME - Static variable in class org.gcube.application.enm.service.conn.PersistenceClient
 
StorageClientUtil - Class in org.gcube.application.enm.service.conn
Utility class to access the gCube storage service.
StorageClientUtil() - Constructor for class org.gcube.application.enm.service.conn.StorageClientUtil
 
submit(GenericJob) - Method in class org.gcube.application.enm.service.concurrent.JobExecutionPool
 
submitModel(BESCredential, StorageCredential, Integer, String, Double, Integer, Double, Integer, Integer, String, String, String, String, String, String) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsClient
Submit a OModeller Job to the COMPSs enactment service.
sumbitExperiment(String) - Method in class org.gcube.application.enm.manager.Manager
 
sumbitExperiment(ExperimentRequest) - Method in class org.gcube.application.enm.service.ENMService
 
sumbitExperiment(UUID, ExperimentRequest) - Method in class org.gcube.application.enm.service.ExecutionResource
Submits and experiment to the execution resource.
sumbitExperiment(UUID, ExperimentRequest) - Method in class org.gcube.application.enm.service.plugins.comps.COMPsExecutionResource
 

T

terminateOModeller(BESCredential, String[]) - Method in class org.gcube.application.enm.service.plugins.comps.COMPSsClient
Terminate a list of submitted jobs.
typeToXmlFile(E, File) - Static method in class org.gcube.application.enm.service.util.XmlHelper
 

U

updateJob(GenericJob, JobUpdate) - Method in class org.gcube.application.enm.service.concurrent.JobMonitor
Call this method any time that a job receives an update.
uploadFile(String, String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
uploadString(String, String) - Method in class org.gcube.application.enm.service.conn.FtpClient
 
userBaseDir(String) - Static method in class org.gcube.application.enm.service.conn.StorageClientUtil
 
uuid - Variable in class org.gcube.application.enm.service.GenericJob
 

W

write(GenericJob) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 
write(GenericJob, JobUpdate) - Method in class org.gcube.application.enm.service.conn.PersistenceClient
 

X

xmlFileToType(File) - Static method in class org.gcube.application.enm.service.util.XmlHelper
 
XmlHelper - Class in org.gcube.application.enm.service.util
Helper class to import/export XML-binding types from/to files.
XmlHelper() - Constructor for class org.gcube.application.enm.service.util.XmlHelper
 

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

Copyright © 2012. All Rights Reserved.