Skip navigation links
C D F G H L M O P R S U V W 

C

ca.eandb.jdcp.client - package ca.eandb.jdcp.client
 
ca.eandb.jdcp.console - package ca.eandb.jdcp.console
 
cancel(int) - Method in class ca.eandb.jdcp.console.ServerState
Cancels a job.
cancelJob(UUID) - Method in class ca.eandb.jdcp.client.ScriptFacade
Cancel the specified job.
cancelJob(String) - Method in class ca.eandb.jdcp.client.ScriptFacade
Cancel the specified job.
clean() - Method in class ca.eandb.jdcp.console.ServerState
Removes completed and cancelled jobs from the stat list.
ClientMain - Class in ca.eandb.jdcp.client
The main class for the JDCP client application.
ClientMain() - Constructor for class ca.eandb.jdcp.client.ClientMain
 
Configuration - Class in ca.eandb.jdcp.client
Command line options for the JDCP client application.
Configuration() - Constructor for class ca.eandb.jdcp.client.Configuration
 
connect(String, String, String) - Method in class ca.eandb.jdcp.console.HubState
 
ConnectCommand - Class in ca.eandb.jdcp.client
 
ConnectCommand() - Constructor for class ca.eandb.jdcp.client.ConnectCommand
 
ConsoleMain - Class in ca.eandb.jdcp.console
 
ConsoleMain() - Constructor for class ca.eandb.jdcp.console.ConsoleMain
 
ConsoleState - Class in ca.eandb.jdcp.console
 
ConsoleState() - Constructor for class ca.eandb.jdcp.console.ConsoleState
 

D

digestAlgorithm - Variable in class ca.eandb.jdcp.client.Configuration
The digest algorithm that the server uses when it is queried for a hash of a particular class.
disconnect(String) - Method in class ca.eandb.jdcp.console.HubState
 

F

file - Variable in class ca.eandb.jdcp.client.ScriptCommand.Options
The File from which to read the script.

G

getJobService() - Method in class ca.eandb.jdcp.client.Configuration
Obtains the JobService to use for this client session.
getRegistry() - Method in class ca.eandb.jdcp.console.HubState
Gets the RMI Registry to register the server with, creating it if necessary.
getRegistry() - Method in class ca.eandb.jdcp.console.ServerState
Gets the RMI Registry to register the server with, creating it if necessary.

H

host - Variable in class ca.eandb.jdcp.client.Configuration
The name or IP address of the JDCP server host.
hub - Variable in class ca.eandb.jdcp.console.ConsoleState
 
HubState - Class in ca.eandb.jdcp.console
 
HubState() - Constructor for class ca.eandb.jdcp.console.HubState
 

L

language - Variable in class ca.eandb.jdcp.client.ScriptCommand.Options
The language in which the script was written.

M

main(String[]) - Static method in class ca.eandb.jdcp.client.ClientMain
Application entry point.
main(String[]) - Static method in class ca.eandb.jdcp.console.ConsoleMain
 

O

Options() - Constructor for class ca.eandb.jdcp.client.ScriptCommand.Options
 

P

password - Variable in class ca.eandb.jdcp.client.Configuration
The password to use for authentication with the JDCP server.
process(Queue<String>, Configuration) - Method in class ca.eandb.jdcp.client.ConnectCommand
 
process(Queue<String>, Configuration) - Method in class ca.eandb.jdcp.client.ScriptCommand
 

R

run(String[], Configuration) - Method in class ca.eandb.jdcp.client.SetIdleTimeCommand
 
run(String[], Configuration) - Method in class ca.eandb.jdcp.client.SynchronizeCommand
 
run(String[], Configuration) - Method in class ca.eandb.jdcp.client.VerifyCommand
 

S

ScriptCommand - Class in ca.eandb.jdcp.client
A Command that runs a specified script.
ScriptCommand() - Constructor for class ca.eandb.jdcp.client.ScriptCommand
 
ScriptCommand.Options - Class in ca.eandb.jdcp.client
Command line options specific to the ScriptCommand.
ScriptFacade - Class in ca.eandb.jdcp.client
An object provided to scripts to allow them to interface with JDCP.
ScriptFacade(Configuration) - Constructor for class ca.eandb.jdcp.client.ScriptFacade
Creates a new ScriptFacade.
server - Variable in class ca.eandb.jdcp.console.ConsoleState
 
ServerState - Class in ca.eandb.jdcp.console
Provides commands for managing the server.
ServerState() - Constructor for class ca.eandb.jdcp.console.ServerState
 
setcpus(int) - Method in class ca.eandb.jdcp.console.WorkerState
Sets the maximum number of concurrent workers.
setIdleTime(int) - Method in class ca.eandb.jdcp.client.ScriptFacade
Sets the time (in seconds) that the JDCP server will instruct workers to idle if there are no jobs to be processed.
SetIdleTimeCommand - Class in ca.eandb.jdcp.client
A Command that sets the time (in seconds) that the server should instruct workers to idle when there are no tasks to perform.
SetIdleTimeCommand() - Constructor for class ca.eandb.jdcp.client.SetIdleTimeCommand
 
setJobPriority(UUID, int) - Method in class ca.eandb.jdcp.client.ScriptFacade
Sets the priority of the specified job.
start() - Method in class ca.eandb.jdcp.console.HubState
Starts the hub.
start() - Method in class ca.eandb.jdcp.console.ServerState
Starts the server.
start(int, String, String, String, boolean, String, File, long) - Method in class ca.eandb.jdcp.console.WorkerState
Starts the worker process.
stat() - Method in class ca.eandb.jdcp.console.HubState
Prints the status of the hub.
stat(int) - Method in class ca.eandb.jdcp.console.ServerState
Prints the status of the jobs running on the server.
stat(int) - Method in class ca.eandb.jdcp.console.WorkerState
Prints the status of the worker threads.
stop() - Method in class ca.eandb.jdcp.console.HubState
Stops the hub.
stop() - Method in class ca.eandb.jdcp.console.ServerState
Stops the server.
stop() - Method in class ca.eandb.jdcp.console.WorkerState
Stops the worker process.
submitJob(ParallelizableJob) - Method in class ca.eandb.jdcp.client.ScriptFacade
Submits a job to be processed.
submitJob(ParallelizableJob, String) - Method in class ca.eandb.jdcp.client.ScriptFacade
Submits a job to be processed.
SynchronizeCommand - Class in ca.eandb.jdcp.client
A Command that ensures that all in the specified directory tree match those on the server.
SynchronizeCommand() - Constructor for class ca.eandb.jdcp.client.SynchronizeCommand
 

U

username - Variable in class ca.eandb.jdcp.client.Configuration
The username to use for authentication with the JDCP server.
users - Variable in class ca.eandb.jdcp.console.ConsoleState
 

V

verbose - Variable in class ca.eandb.jdcp.client.Configuration
A value indicating whether the application should display additional diagnostic information.
verify(String, File, Configuration) - Method in class ca.eandb.jdcp.client.VerifyCommand
Reports classes in the specified directory tree which differ from those on the server or which do not exist on the server.
VerifyCommand - Class in ca.eandb.jdcp.client
A Command that reports differences between the classes on the server and the classes in the specified directory tree.
VerifyCommand() - Constructor for class ca.eandb.jdcp.client.VerifyCommand
 

W

worker - Variable in class ca.eandb.jdcp.console.ConsoleState
 
WorkerState - Class in ca.eandb.jdcp.console
Provides commands for managing a worker process.
WorkerState() - Constructor for class ca.eandb.jdcp.console.WorkerState
 
C D F G H L M O P R S U V W 
Skip navigation links

Copyright © 2016. All rights reserved.