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

G

generateAndSend(int) - Method in class edu.wpi.prc.example.java.generator.WorkUnitGenerator
Generates the specified number of work units, and sends them to the project server.
generateAndSend(int) - Method in class edu.wpi.prc.templates.java.generator.WorkUnitGenerator
Generates the specified number of work units, and sends them to the project server.
generateResultID() - Static method in class edu.wpi.prc.task.TaskFactory
 
generateTaskID(String) - Static method in class edu.wpi.prc.task.TaskFactory
 
generateWorkUnit() - Method in class edu.wpi.prc.example.java.generator.WorkUnitGenerator
Generates the next work unit.
generateWorkUnit() - Method in class edu.wpi.prc.templates.java.generator.WorkUnitGenerator
Generates the next work unit.
generateWorkUnitID() - Static method in class edu.wpi.prc.task.TaskFactory
 
Generator - Class in edu.wpi.prc.example.java.generator
The Generator initializes the WorkGeneratorClient client and periodically queries the server for the number of ingress work units it has.
Generator() - Constructor for class edu.wpi.prc.example.java.generator.Generator
 
Generator - Class in edu.wpi.prc.templates.java.generator
The Generator initializes the WorkGeneratorClient client and periodically queries the server for the number of ingress work units it has.
Generator() - Constructor for class edu.wpi.prc.templates.java.generator.Generator
 
generatorProgram - Static variable in class edu.wpi.prc.project.Project
 
GET_ASSOCIATED_WU_RPC_NAME - Static variable in class edu.wpi.prc.example.java.validator.ValidatorClient
 
GET_ASSOCIATED_WU_RPC_NAME - Static variable in class edu.wpi.prc.templates.java.validator.ValidatorClient
 
GET_CHECKPOINT_RPC_NAME - Static variable in class edu.wpi.prc.example.java.science.ScienceApplicationClient
 
GET_CHECKPOINT_RPC_NAME - Static variable in class edu.wpi.prc.templates.java.science.ScienceApplicationClient
 
GET_LAST_WU_RPC_NAME - Static variable in class edu.wpi.prc.example.java.generator.WorkGeneratorClient
 
GET_LAST_WU_RPC_NAME - Static variable in class edu.wpi.prc.templates.java.generator.WorkGeneratorClient
 
GET_NUM_WU_RPC_NAME - Static variable in class edu.wpi.prc.example.java.generator.WorkGeneratorClient
 
GET_NUM_WU_RPC_NAME - Static variable in class edu.wpi.prc.templates.java.generator.WorkGeneratorClient
 
GET_RESULT_RPC_NAME - Static variable in class edu.wpi.prc.example.java.validator.ValidatorClient
 
GET_RESULT_RPC_NAME - Static variable in class edu.wpi.prc.templates.java.validator.ValidatorClient
 
getAcceptedData() - Method in class edu.wpi.prc.example.java.validator.SpotCheck
 
getAcceptedData() - Method in class edu.wpi.prc.templates.java.validator.SpotCheck
 
getAssignmentCount() - Method in class edu.wpi.prc.task.WorkUnit
 
getAssociatedIngressResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Finds all ingress Results associated with a given WorkUnit.
getAssociatedIngressResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getAssociatedIngressResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Finds all ingress Results associated with a given WorkUnit.
getAssociatedIngressResults(String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
Finds all ingress Results associated with a given WorkUnit.
getAssociatedIngressResults(WorkUnit) - Method in interface edu.wpi.prc.server.transitioner.Transitioner
Finds all ingress Results associated with a given WorkUnit.
getAssociatedPendingResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Finds all pending Results associated with a given WorkUnit.
getAssociatedPendingResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getAssociatedPendingResults(WorkUnit) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Finds all pending Results associated with a given WorkUnit.
getAssociatedPendingResults(String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
Finds all pending Results associated with a given WorkUnit.
getAssociatedPendingResults(WorkUnit) - Method in interface edu.wpi.prc.server.transitioner.Transitioner
Finds all pending Results associated with a given WorkUnit.
getAssociatedResults(String) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Finds all Results generated by the given HQL query.
getAssociatedResults(WorkUnit, String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets the set of results associated with the given work unit.
getAssociatedWorkUnit(String) - Method in class edu.wpi.prc.example.java.validator.ValidatorClient
Gets the associated work unit for the given result.
getAssociatedWorkUnit(String) - Method in class edu.wpi.prc.server.ServerRPCHandler
Gets work unit data associated with the given result.
getAssociatedWorkUnit(String) - Method in class edu.wpi.prc.templates.java.validator.ValidatorClient
Gets the associated work unit for the given result.
getAssociatedWorkUnits(String) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Finds all WorkUnits generated by the given HQL query.
getCanonicalWorkQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getCanonicalWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getCanonicalWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getCanonicalWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getCanonicalWorkQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getCanonicalWorkUnit() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Gets the first work unit that has enough Results.
getCanonicalWorkUnit() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getCanonicalWorkUnit() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets the first WorkUnit that has enough Results.
getCanonicalWorkUnit() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
Gets the first work unit that has enough Results.
getCanonicalWorkUnit() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
Gets the first WorkUnit that has enough Results.
getCheckpoint() - Method in class edu.wpi.prc.client.ClientRPCHandler
Retrieves saved checkpoint data from disk.
getCheckpoint() - Method in class edu.wpi.prc.example.java.science.ScienceApplicationClient
Retrieves the last checkpoint from the project client.
getCheckpoint() - Method in class edu.wpi.prc.templates.java.science.ScienceApplicationClient
Retrieves the last checkpoint from the project client.
getClientData() - Method in class edu.wpi.prc.example.java.validator.SpotCheck
 
getClientData() - Method in class edu.wpi.prc.templates.java.validator.SpotCheck
 
getClientDirectoryPath() - Method in class edu.wpi.prc.project.Project
Returns the path to the client directory.
getClientPort() - Method in class edu.wpi.prc.project.Project
 
getConfigurationFileName() - Method in enum edu.wpi.prc.persistence.DatabaseType
 
getConfigurationFromUser() - Method in class edu.wpi.prc.client.PRCClient
Gets user name and e-mail address from user, then writes the configuration file.
getCreationDate() - Method in class edu.wpi.prc.example.java.generator.WorkUnit
 
getCreationDate() - Method in class edu.wpi.prc.task.Task
 
getCreationDate() - Method in class edu.wpi.prc.templates.java.generator.WorkUnit
 
getData() - Method in class edu.wpi.prc.example.java.generator.WorkUnit
 
getData() - Method in class edu.wpi.prc.example.java.validator.Result
 
getData() - Method in class edu.wpi.prc.task.Task
 
getData() - Method in class edu.wpi.prc.templates.java.generator.WorkUnit
 
getData() - Method in class edu.wpi.prc.templates.java.validator.Result
 
getDataPartitions() - Method in class edu.wpi.prc.task.Task
 
getDbPassword() - Method in class edu.wpi.prc.project.Project
 
getDbType() - Method in class edu.wpi.prc.project.Project
 
getDbTypeStr() - Method in class edu.wpi.prc.project.Project
 
getDbURI() - Method in class edu.wpi.prc.project.Project
 
getDbUserName() - Method in class edu.wpi.prc.project.Project
 
getDefaultValidator() - Method in class edu.wpi.prc.project.Project
 
getEMailAddress() - Method in class edu.wpi.prc.client.PRCClient
 
getEMailAddress() - Method in class edu.wpi.prc.user.Volunteer
 
getErrorIcon() - Method in class edu.wpi.prc.tools.builder.ProjectBuilder
 
getExpirationDate() - Method in class edu.wpi.prc.task.WorkUnit
 
getExpirationDelta() - Method in class edu.wpi.prc.task.WorkUnit
 
getFailedSpotCheckActionStr() - Method in class edu.wpi.prc.project.Project
 
getForm() - Method in class edu.wpi.prc.tools.builder.gui.ConnectionFormThread
 
getGeneratorPath() - Method in class edu.wpi.prc.project.Project
Returns the path to the project specific work unit generator program.
getHibernateProperties() - Method in class edu.wpi.prc.persistence.HibernateController
 
getId() - Method in class edu.wpi.prc.project.Project
 
getId() - Method in class edu.wpi.prc.task.Task
 
getId() - Method in class edu.wpi.prc.user.Volunteer
 
getInformationIcon() - Method in class edu.wpi.prc.tools.builder.ProjectBuilder
Returns the information icon to be used in notification dialogs.
getIngressResultQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getIngressResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getIngressResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getIngressResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getIngressResultQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getIngressWorkQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getIngressWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getIngressWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getIngressWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getIngressWorkQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getJoinDate() - Method in class edu.wpi.prc.user.Volunteer
 
getLastResultDate() - Method in class edu.wpi.prc.user.Volunteer
 
getLastWorkUnit() - Method in class edu.wpi.prc.example.java.generator.WorkGeneratorClient
Retrieves the last work unit that was generated from the server.
getLastWorkUnit() - Method in class edu.wpi.prc.server.ServerRPCHandler
Searches the database for the last work unit that was added (by creation date).
getLastWorkUnit() - Method in class edu.wpi.prc.templates.java.generator.WorkGeneratorClient
Retrieves the last work unit that was generated from the server.
getMinNumResults() - Method in class edu.wpi.prc.project.Project
 
getMinNumSpotChecks() - Method in class edu.wpi.prc.project.Project
 
getName() - Method in class edu.wpi.prc.project.Project
 
getNumTransactions() - Method in class edu.wpi.prc.server.ServerRPCHandler
 
getNumUsersWaiting() - Static method in class edu.wpi.prc.user.Volunteer
 
getNumValidResults() - Method in class edu.wpi.prc.task.WorkUnit
 
getNumWorkUnits() - Method in class edu.wpi.prc.example.java.generator.WorkGeneratorClient
Retrieves the number of ingress (new) work units in the transitioner.
getNumWorkUnits() - Method in class edu.wpi.prc.server.ServerRPCHandler
 
getNumWorkUnits() - Method in class edu.wpi.prc.templates.java.generator.WorkGeneratorClient
Retrieves the number of ingress (new) work units in the transitioner.
getOSType() - Static method in class edu.wpi.prc.project.Project
Reads the "os.name" system property and parses it to determine what operating system is being used.
getPassword() - Method in class edu.wpi.prc.project.Project
 
getPassword() - Method in class edu.wpi.prc.util.password.PasswordReader
 
getPendingResultQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getPendingResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getPendingResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getPendingResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getPendingResultQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getPendingWorkQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getPendingWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getPendingWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getPendingWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getPendingWorkQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getPoints() - Method in class edu.wpi.prc.example.java.generator.WorkUnit
 
getPoints() - Method in class edu.wpi.prc.task.WorkUnit
 
getPoints() - Method in class edu.wpi.prc.templates.java.generator.WorkUnit
 
getPriority() - Method in class edu.wpi.prc.example.java.generator.WorkUnit
 
getPriority() - Method in interface edu.wpi.prc.task.Prioritizable
 
getPriority() - Method in class edu.wpi.prc.task.Task
 
getPriority() - Method in class edu.wpi.prc.templates.java.generator.WorkUnit
 
getProject() - Method in class edu.wpi.prc.tools.builder.gui.ConnectionFormThread
Reads the project that is stored in the database.
getProject() - Method in class edu.wpi.prc.tools.builder.ProjectBuilder
 
getProjectPath() - Static method in class edu.wpi.prc.project.Project
 
getResult() - Method in class edu.wpi.prc.example.java.science.ComputeThread
 
getResult() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Gets the first result that needs to be validated.
getResult() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getResult() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets the first result that needs to be validated.
getResult() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
Gets the first result that needs to be validated.
getResult() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
Gets the first result that needs to be validated.
getResult() - Method in class edu.wpi.prc.templates.java.science.ComputeThread
 
getResultForValidation() - Method in class edu.wpi.prc.server.ServerRPCHandler
Gets the next result to be validated, or a set of results for which a canonical result must be selected.
getResultID() - Method in class edu.wpi.prc.example.java.validator.Result
 
getResultID() - Method in class edu.wpi.prc.example.java.validator.SpotCheck
 
getResultID() - Method in class edu.wpi.prc.templates.java.validator.Result
 
getResultID() - Method in class edu.wpi.prc.templates.java.validator.SpotCheck
 
getResultQueue(String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets a result queue from the remote transitioner.
getResults(String, String) - Static method in class edu.wpi.prc.tools.extractor.ResultExtractor
Gets the vector containing all valid result data from the project server.
getResultsFromUser(Volunteer) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Gets all results returned by the specified user.
getResultValidatorPath() - Method in class edu.wpi.prc.project.Project
Returns the path to the project specific result validator program.
getRetiredResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getRetiredWorkQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getRetiredWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getRetiredWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getRetiredWorkQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getRetiredWorkQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getRPCHandler() - Method in class edu.wpi.prc.server.PRCServer
 
getScienceApp() - Method in class edu.wpi.prc.project.Project
 
getScienceAppPath() - Method in class edu.wpi.prc.project.Project
Returns the path to the project specific science application.
getScienceAppPort() - Method in class edu.wpi.prc.project.Project
 
getScore() - Method in class edu.wpi.prc.user.Volunteer
 
getScriptExtension() - Static method in class edu.wpi.prc.project.Project
Returns the operating system specific file extension for scripts.
getServerDirectoryPath() - Method in class edu.wpi.prc.project.Project
Returns the path to the server directory.
getServerURI() - Method in class edu.wpi.prc.project.Project
 
getSpotCheckFailureAction() - Method in class edu.wpi.prc.project.Project
 
getSpotCheckProbability() - Method in class edu.wpi.prc.project.Project
 
getState() - Method in class edu.wpi.prc.task.Task
 
getState() - Method in class edu.wpi.prc.user.Volunteer
 
getStateStr() - Method in class edu.wpi.prc.task.Task
 
getStateStr() - Method in class edu.wpi.prc.user.Volunteer
 
getTaskID() - Method in class edu.wpi.prc.task.Task
 
getTransitioner() - Method in class edu.wpi.prc.server.PRCServer
 
getTransitionerSemaphore() - Method in class edu.wpi.prc.server.PRCServer
 
getTransitionerURI() - Method in class edu.wpi.prc.project.Project
 
getUserID() - Method in class edu.wpi.prc.user.Volunteer
 
getUserName() - Method in class edu.wpi.prc.client.PRCClient
 
getUsers() - Method in class edu.wpi.prc.task.WorkUnit
 
getValidResultQueue(String) - Method in class edu.wpi.prc.server.ServerRPCHandler
Returns the valid result queue.
getValidResultQueue() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
getValidResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getValidResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
 
getValidResultQueue() - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
 
getValidResultQueue() - Method in interface edu.wpi.prc.server.transitioner.Transitioner
 
getVolunteer() - Method in class edu.wpi.prc.task.Result
 
getWaiting() - Method in class edu.wpi.prc.user.Volunteer
 
getWorkQueue(String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets a work queue from the remote transitioner.
getWorkUnit() - Method in class edu.wpi.prc.client.PRCClient
Requests a new work unit for this user from the project server.
getWorkUnit(String, String) - Method in class edu.wpi.prc.server.ServerRPCHandler
Gets the next available work unit to be computed by the given user.
getWorkUnit(Volunteer) - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Gets the next work unit to be processed.
getWorkUnit(Volunteer) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitioner
 
getWorkUnit(Volunteer) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerProxy
Gets the next work unit to be processed.
getWorkUnit(String, String) - Method in class edu.wpi.prc.server.transitioner.RemoteTransitionerRPCHandler
Gets the next work unit to be processed.
getWorkUnit(Volunteer) - Method in interface edu.wpi.prc.server.transitioner.Transitioner
Gets the next work unit to be processed.
getWorkUnit() - Method in class edu.wpi.prc.task.Result
 
getWorkUnitID() - Method in class edu.wpi.prc.example.java.generator.WorkUnit
 
getWorkUnitID() - Method in class edu.wpi.prc.templates.java.generator.WorkUnit
 
getWorkUnitsWithEnoughResults() - Method in class edu.wpi.prc.server.transitioner.LocalTransitioner
Finds all pending WorkUnits for which enough valid Results have been returned.
getXmlRpcPRCServerClient() - Method in class edu.wpi.prc.client.PRCClient
 
getXmlRpcScienceAppClient() - Method in class edu.wpi.prc.client.PRCClient
 
getXmlRpcServer() - Method in class edu.wpi.prc.client.PRCClient
 
getXmlrpcServer() - Method in class edu.wpi.prc.server.PRCServer
 
GUIForm - Class in edu.wpi.prc.tools.builder.gui
This is the base class for all GUI forms.
GUIForm() - Constructor for class edu.wpi.prc.tools.builder.gui.GUIForm
 

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