Package extensions.gem

Interface Summary
Command The Command interface requires implementing classes to override the execute() command.
 

Class Summary
AuthenticateBean Program: AuthenticateBean.java Comments: Gets form data from the Login.jsp page, runs the kinit-batch program to generate the ticket on the server.
ContextBean Program: ContextBean.java Comments: Implements WebFlowContext-style hashtable trees.
ContextManagerBean Program:ContextManagerBean.java Implements ContextManager's interface as a bean, not a webflow module.
createCSH Program Name: createCSH.java Comments: This class is a child of the createScript abstract parent.
createDQS Program Name: createDQS.java Comments: This class is a child of the createScript abstract parent.
createGRD Program Name: createGRD.java Comments: This class is a child of the createScript abstract parent.
createLSF Program Name: createLSF.java Comments: This class is a child of the createScript abstract parent.
createPBS Program Name: createPBS.java Comments: This class is a child of the createScript abstract parent.
createScript Program Name: createScript.java Comments: This is a parent class for all of the createJob scripts for the different platforms.
FileTransferBean Program FileTransferBean.java.
ForwardCommand Program: ForwardCommand.java This simple command just forwards the browser to the next JSP page specified in the constructor.
GetFileBean Program Name: GetFileBean.java Comments: Provides convenience methods for displaying an ASCII text file.
jobInfoBean Program Name: jobInfoBean.java Comments: Creates a hashtable to store information needed to construct the queue script.
moduleServerBean Program: moduleServerBean.java Comments: This is based on the old ServerServlet.java program.
nameEncodeBean Program Name: nameEncodeBean.java Comments: Turns phrases into single words by replacing spaces with underscores.
parseGOW  
parseXMLBean Program Name: parseXMLBean.java Comments: Several convenience methods for manipulating the ApplDesc.xml file This Bean may be converted into a webflow module later.
parseXMLDesc This file handles tags assocated with an application descriptor.
parseXMLHost  
parseXMLList  
scriptFactory Program Name: scriptFactory.java Comments: This class contains a factory method for creating a specific subclass of the createScript class.
setPropBean Program Name: setPropBean.java Comments: Store information needed to construct the queue script from the request Object
SubmitCommand Define the command for an item in the "Submit Job" menu.