Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
P
p
- Variable in class edu.wpi.prc.server.test.
LocalTransitionerTest
parentForm
- Variable in class edu.wpi.prc.tools.builder.gui.
ConnectionFormThread
PARTITION_LENGTH
- Static variable in class edu.wpi.prc.task.
Task
PARTITION_LENGTH
- Static variable in class edu.wpi.prc.task.test.
DataTest
password
- Variable in class edu.wpi.prc.project.
Project
password
- Variable in class edu.wpi.prc.util.password.
PasswordReader
PasswordEraserThread
- Class in
edu.wpi.prc.util.password
Erases the cleartext password typed by the user and replaces it with asterisks.
PasswordEraserThread(String)
- Constructor for class edu.wpi.prc.util.password.
PasswordEraserThread
Constructor that takes a password prompt.
PasswordReader
- Class in
edu.wpi.prc.util.password
This class reads a password from the command prompt, but does not display it in cleartext.
PasswordReader()
- Constructor for class edu.wpi.prc.util.password.
PasswordReader
Default constructor.
peek()
- Method in class edu.wpi.prc.task.queue.
MultiPriorityQueue
pendingResults
- Variable in class edu.wpi.prc.server.transitioner.
LocalTransitioner
pendingWorkUnits
- Variable in class edu.wpi.prc.server.transitioner.
LocalTransitioner
points
- Variable in class edu.wpi.prc.example.java.generator.
WorkUnit
POINTS
- Static variable in class edu.wpi.prc.example.java.generator.
WorkUnitGenerator
points
- Variable in class edu.wpi.prc.task.
WorkUnit
points
- Variable in class edu.wpi.prc.templates.java.generator.
WorkUnit
POINTS
- Static variable in class edu.wpi.prc.templates.java.generator.
WorkUnitGenerator
populateElements()
- Method in class edu.wpi.prc.task.queue.
MultiPriorityQueue.MultiPriorityQueueIterator
Creates a simple array of the elements from the MultiPriorityQueue in the correct order (by priority, then FIFO).
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
BasicConfigurationForm
Reads information from the project and sets the fields in the form accordingly.
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
ConfirmationForm
Reads information from the project and sets the fields in the form accordingly.
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
DatabaseConfigurationForm
Reads information from the project and sets the fields in the form accordingly.
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
NetworkConfigurationForm
Reads information from the project and sets the fields in the form accordingly.
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
ServerConfigurationForm
Reads information from the project and sets the fields in the form accordingly.
populateFields()
- Method in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
Reads information from the project and sets the fields in the form accordingly.
port
- Variable in class edu.wpi.prc.example.java.common.
Server
port
- Variable in class edu.wpi.prc.templates.java.common.
Server
PRCClient
- Class in
edu.wpi.prc.client
The PRC client acts as a proxy between the PRC server and the science application.
PRCClient()
- Constructor for class edu.wpi.prc.client.
PRCClient
Private constructor prevents explcit instantiation of the PRCClient class.
prcClient
- Static variable in class edu.wpi.prc.client.
PRCClient
PRCClientTest
- Class in
edu.wpi.prc.client.test
Tests the Client.
PRCClientTest()
- Constructor for class edu.wpi.prc.client.test.
PRCClientTest
PRCServer
- Class in
edu.wpi.prc.server
PRCServer()
- Constructor for class edu.wpi.prc.server.
PRCServer
Private constructor prevents explcit instantiation of the PRCServer class.
prcServer
- Static variable in class edu.wpi.prc.server.
PRCServer
PRCServerTest
- Class in
edu.wpi.prc.server.test
PRCServerTest(String)
- Constructor for class edu.wpi.prc.server.test.
PRCServerTest
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
BasicConfigurationForm
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
ConfirmationForm
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
DatabaseConfigurationForm
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
NetworkConfigurationForm
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
ServerConfigurationForm
previousForm
- Variable in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
print(String)
- Static method in class edu.wpi.prc.persistence.
SpotCheckLogger
Writes the given string to the log file.
print(String)
- Static method in class edu.wpi.prc.persistence.
SysLogger
Writes the given string to the log file.
println(String)
- Static method in class edu.wpi.prc.persistence.
SpotCheckLogger
Writes the given string to the log file, then writes a new line.
println(String)
- Static method in class edu.wpi.prc.persistence.
SysLogger
Writes the given string to the log file, then writes a new line.
printUsageAndExit()
- Static method in class edu.wpi.prc.client.
XMLRPCClient
Prints the usage, and exits the program.
priorities
- Variable in class edu.wpi.prc.task.queue.
MultiPriorityQueue.MultiPriorityQueueIterator
priorities
- Variable in class edu.wpi.prc.task.queue.
MultiPriorityQueue
Prioritizable
- Interface in
edu.wpi.prc.task
Objects that implement the Prioritizable interface can be sorted by priority.
priority
- Variable in class edu.wpi.prc.example.java.generator.
WorkUnit
PRIORITY
- Static variable in class edu.wpi.prc.example.java.generator.
WorkUnitGenerator
priority
- Variable in class edu.wpi.prc.task.
Task
priority
- Variable in class edu.wpi.prc.templates.java.generator.
WorkUnit
PRIORITY
- Static variable in class edu.wpi.prc.templates.java.generator.
WorkUnitGenerator
PriorityComparator
- Class in
edu.wpi.prc.task.queue
The PriorityComparator is used to compare the priorities of two Task queues in the MultiPriorityQueue.
PriorityComparator()
- Constructor for class edu.wpi.prc.task.queue.
PriorityComparator
probabilitySpinner
- Variable in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
probabilitySpinnerModel
- Variable in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
project
- Variable in class edu.wpi.prc.client.
PRCClient
Project
- Class in
edu.wpi.prc.project
The Project class stores information specific to the PRC project.
Project()
- Constructor for class edu.wpi.prc.project.
Project
Protected constructor because this class is a singleton but needs to be constructed by Hibernate.
project
- Static variable in class edu.wpi.prc.project.
Project
project
- Variable in class edu.wpi.prc.server.transitioner.
RemoteTransitioner
project
- Variable in class edu.wpi.prc.tools.builder.gui.
BasicConfigurationForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
ConfirmationForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
ConnectionFormThread
project
- Variable in class edu.wpi.prc.tools.builder.gui.
DatabaseConfigurationForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
NetworkConfigurationForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
SelectActionForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
ServerConfigurationForm
project
- Variable in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
project
- Variable in class edu.wpi.prc.tools.builder.
ProjectBuilder
project
- Static variable in class edu.wpi.prc.tools.extractor.
ResultExtractor
project
- Static variable in class edu.wpi.prc.tools.shutdown.
ShutdownController
ProjectBuilder
- Class in
edu.wpi.prc.tools.builder
This class initializes and starts the GUI used by project developers to configure their projects.
ProjectBuilder()
- Constructor for class edu.wpi.prc.tools.builder.
ProjectBuilder
Default constructor.
projectError
- Variable in class edu.wpi.prc.tools.builder.gui.
ConfirmationForm
projectFileExists()
- Static method in class edu.wpi.prc.project.
Project
Looks for the project configuration file in the default location.
ProjectTest
- Class in
edu.wpi.prc.project.test
Tests persisting a Project to the database.
ProjectTest(String)
- Constructor for class edu.wpi.prc.project.test.
ProjectTest
purgeAction
- Static variable in class edu.wpi.prc.tools.builder.gui.
SpotCheckConfigurationForm
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X