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

C

call() - Method in class edu.wpi.prc.server.spotcheck.SpotCheckGenerator
Sends the work unit to the science application, receives the result for that work unit, and makes it available to the SpotCheckThread through the Callable interface.
canonicalWorkUnits - Variable in class edu.wpi.prc.server.transitioner.LocalTransitioner
 
centerComponent(JFrame) - Static method in class edu.wpi.prc.tools.builder.ProjectBuilder
Determines how to center a GUI component on the screen, then displays it.
CHECKPOINT_INTERVAL - Static variable in class edu.wpi.prc.example.java.science.ScienceDataProcessor
 
CHECKPOINT_PATH - Static variable in class edu.wpi.prc.client.PRCClient
 
cleanup() - Method in class edu.wpi.prc.tools.builder.gui.ConnectionFormThread
Destroys the "connecting" form.
clear() - Method in class edu.wpi.prc.task.queue.MultiPriorityQueue
Removes all objects from the MultiPriorityQueue.
client - Variable in class edu.wpi.prc.client.ClientRPCHandler
 
Client - Class in edu.wpi.prc.example.java.common
The client class is responsible for executing XML-RPCs.
Client(String) - Constructor for class edu.wpi.prc.example.java.common.Client
Constructor specifying the address of the remote XML-RPC server.
client - Static variable in class edu.wpi.prc.example.java.generator.WorkGeneratorClient
 
client - Static variable in class edu.wpi.prc.example.java.science.ScienceApplicationClient
 
client - Static variable in class edu.wpi.prc.example.java.validator.ValidatorClient
 
Client - Class in edu.wpi.prc.templates.java.common
The client class is responsible for executing XML-RPCs.
Client(String) - Constructor for class edu.wpi.prc.templates.java.common.Client
Constructor specifying the address of the remote XML-RPC server.
client - Static variable in class edu.wpi.prc.templates.java.generator.WorkGeneratorClient
 
client - Static variable in class edu.wpi.prc.templates.java.science.ScienceApplicationClient
 
client - Static variable in class edu.wpi.prc.templates.java.validator.ValidatorClient
 
CLIENT_CONFIG_FILE_PATH - Static variable in class edu.wpi.prc.tools.builder.ProjectBuilder
 
clientData - Variable in class edu.wpi.prc.example.java.validator.SpotCheck
 
clientData - Variable in class edu.wpi.prc.templates.java.validator.SpotCheck
 
clientDir - Static variable in class edu.wpi.prc.project.Project
 
clientPort - Variable in class edu.wpi.prc.client.PRCClient
 
clientPort - Variable in class edu.wpi.prc.project.Project
 
clientPortSpinner - Variable in class edu.wpi.prc.tools.builder.gui.NetworkConfigurationForm
 
clientPortSpinnerModel - Variable in class edu.wpi.prc.tools.builder.gui.NetworkConfigurationForm
 
ClientRPCHandler - Class in edu.wpi.prc.client
Processes all science application XML-RPC requests.
ClientRPCHandler(PRCClient) - Constructor for class edu.wpi.prc.client.ClientRPCHandler
Constructor.
clientThread - Variable in class edu.wpi.prc.client.PRCClient
 
clone() - Method in class edu.wpi.prc.user.Volunteer
Returns a copy of this Volunteer.
commitDatabase() - Method in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
Exports the database schema for new projects.
commitFiles() - Method in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
Writes project configuration files to the cfg directory.
commitProject() - Method in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
Saves the project data to the database.
compare(Integer, Integer) - Method in class edu.wpi.prc.task.queue.PriorityComparator
Compares the priorities of two Task queues.
completeDatabaseConnection() - Method in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
This method is called after the database connection has been successfully established.
completeDatabaseConnection() - Method in class edu.wpi.prc.tools.builder.gui.DatabaseInitializerForm
This method is called when the database connection thread has successfully completed.
completeDatabaseConnection() - Method in class edu.wpi.prc.tools.builder.gui.SelectActionForm
 
computeResult(byte[]) - Method in class edu.wpi.prc.example.java.science.RPCHandler
This handler is called when the project client sends a new work unit to the science application to be computed.
computeResult() - Method in class edu.wpi.prc.example.java.science.ScienceDataProcessor
This method checks for previously saved checkpoints, then runs the science algorithm, findPrimes().
computeResult(byte[]) - Method in class edu.wpi.prc.templates.java.science.RPCHandler
This handler is called when the project client sends a new work unit to the science application to be computed.
computeResult() - Method in class edu.wpi.prc.templates.java.science.ScienceDataProcessor
This method checks for previously saved checkpoints, then runs the science algorithm.
computeSpotCheckResult(byte[]) - Method in class edu.wpi.prc.example.java.science.RPCHandler
This handler is called when the project server sends a spot check work unit to the science application to be computed.
computeSpotCheckResult(byte[]) - Method in class edu.wpi.prc.templates.java.science.RPCHandler
This handler is called when the project server sends a spot check work unit to the science application to be computed.
ComputeThread - Class in edu.wpi.prc.example.java.science
The ComputeThread runs the science algorithm (from ScienceDataProcessor) in a low-priority thread.
ComputeThread(byte[]) - Constructor for class edu.wpi.prc.example.java.science.ComputeThread
Constructor that takes the work unit data.
ComputeThread - Class in edu.wpi.prc.templates.java.science
The ComputeThread runs the science algorithm (from ScienceDataProcessor) in a low-priority thread.
ComputeThread(byte[]) - Constructor for class edu.wpi.prc.templates.java.science.ComputeThread
Constructor that takes the work unit data.
config - Variable in class edu.wpi.prc.persistence.HibernateController
 
CONFIG_FILE_PATH - Static variable in class edu.wpi.prc.client.PRCClient
 
configFilePath - Static variable in class edu.wpi.prc.project.Project
 
configureClient() - Method in class edu.wpi.prc.client.PRCClient
Reads configuration from files in the cfg directory.
configureHibernate() - Static method in class edu.wpi.prc.test.AllTests
Configures Hibernate for the unit tests.
ConfirmationComponents - Class in edu.wpi.prc.tools.builder.gui
 
ConfirmationComponents() - Constructor for class edu.wpi.prc.tools.builder.gui.ConfirmationComponents
 
ConfirmationForm - Class in edu.wpi.prc.tools.builder.gui
Writes project configuration files to disk and performs any necessary database commits.
ConfirmationForm(GUIForm) - Constructor for class edu.wpi.prc.tools.builder.gui.ConfirmationForm
Constructor that takes a reference to the this form's parent form.
ConnectingForm - Class in edu.wpi.prc.tools.builder.gui
 
ConnectingForm() - Constructor for class edu.wpi.prc.tools.builder.gui.ConnectingForm
 
connectingForm - Variable in class edu.wpi.prc.tools.builder.gui.ConnectionFormThread
 
connectionFormThread - Variable in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
 
ConnectionFormThread - Class in edu.wpi.prc.tools.builder.gui
Attempts to connect to the project database.
ConnectionFormThread(DatabaseInitializerForm) - Constructor for class edu.wpi.prc.tools.builder.gui.ConnectionFormThread
Constructor that takes a reference to the this thread's parent form.
connectionFormThread - Variable in class edu.wpi.prc.tools.builder.gui.SelectActionForm
 
contains(Object) - Method in class edu.wpi.prc.task.queue.MultiPriorityQueue
Searches through the MultiPriorityQueue for the given object.
containsAll(Collection<?>) - Method in class edu.wpi.prc.task.queue.MultiPriorityQueue
Checks whether all of the objects in the given collection appear in the MultiPriorityQueue.
createIngressResult() - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new Result.
createIngressResult(String) - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new Result with the given task ID.
createIngressWorkUnit() - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new WorkUnit.
createIngressWorkUnit(String) - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new WorkUnit with the given task ID.
createProject() - Static method in class edu.wpi.prc.project.Project
There is one case in which it is necessary to create a new project without reading project information from the database or from the project.properties file: when creating a new project from the ProjectBuilder.
createResult() - Static method in class edu.wpi.prc.task.TaskFactory
 
createResult(String) - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new Result with the given task ID.
createSession() - Method in class edu.wpi.prc.persistence.HibernateController
Creates a new Hibernate session to use for database access.
createWorkUnit() - Static method in class edu.wpi.prc.task.TaskFactory
 
createWorkUnit(String) - Static method in class edu.wpi.prc.task.TaskFactory
Creates a new WorkUnit with the given task ID.
creationDate - Variable in class edu.wpi.prc.example.java.generator.WorkUnit
 
creationDate - Variable in class edu.wpi.prc.task.Task
 
creationDate - Variable in class edu.wpi.prc.templates.java.generator.WorkUnit
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.BasicConfigurationForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.ConfirmationForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.ConnectingForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.DatabaseConfigurationForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.NetworkConfigurationForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.SelectActionForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.ServerConfigurationForm
 
currentForm - Variable in class edu.wpi.prc.tools.builder.gui.SpotCheckConfigurationForm
 

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