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

A

add(Object) - Method in class WebFlow.BeanContextSupport
Adds/nests a child within this BeanContext Invoked as a side effect of java.beans.Beans.instantiate().
addAll(Collection) - Method in class WebFlow.BeanContextSupport
add Collection to set of Children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
addApplication(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addApplication(String, Hashtable, Hashtable) - Method in class extensions.gem.parseGOW
 
addBeanContextMembershipListener(BeanContextMembershipListener) - Method in class WebFlow.BeanContextSupport
Adds a BeanContextMembershipListener
addBeanContextServicesListener(BeanContextServicesListener) - Method in class WebFlow.BeanContextServicesSupport
add a BeanContextServicesListener
addChildContext(String) - Method in class extensions.gem.ContextBean
Add a child context
addContext(Object, String) - Method in class WebFlow.WebFlowContextOps
 
addJob(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
This creates a new parseJob object and adds it to the the hashtable list.
addJobParams(String, String, String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Finds the named job from the hashtable and adds the parameter name and value to it.
addModule(Object, String) - Method in class WebFlow.WebFlowContextOps
 
addModuleSlaveServer(Object, String) - Method in class WebFlow.WebFlowContextOps
 
addNamedChild(Object, String) - Method in class WebFlow.BeanContextSupport
 
addNamedChildSlaveServer(Object, String) - Method in class WebFlow.BeanContextSupport
 
addNewApplication(String, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addNewContext(String) - Method in class WebFlow.WebFlowContextOps
 
addNewModule(String) - Method in class WebFlow.WebFlowContextOps
 
addNewProblem(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addNewProblem(String) - Method in class extensions.gem.ContextManagerBean
 
addNewSession(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addNewSession(String, String) - Method in class extensions.gem.ContextManagerBean
 
addParseJobNode(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Adds a parseJob to a parent.
addProblem(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addPropertyChangeListener(Object) - Method in class WebFlow.BeanContextChildSupport
 
addPropertyChangeListener(Object) - Method in class WebFlow.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
add a property change listener
addPropertyChangeListener(String, Object) - Method in class WebFlow.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addProxyChild(Object, Object) - Method in class WebFlow.FactoryImpl
 
addProxyContext(Object, Object) - Method in class WebFlow.FactoryImpl
 
addService(String, BeanContextServiceProvider) - Method in class WebFlow.BeanContextServicesSupport
add a service
addService(String, BeanContextServiceProvider, boolean) - Method in class WebFlow.BeanContextServicesSupport
add a service
addSession(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
addSession(String) - Method in class extensions.gem.ContextManagerBean
 
addVetoableChangeListener(Object) - Method in class WebFlow.VetoableChangeSupport
Add a VetoableListener to the listener list.
addVetoableChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
add a vetoable change listener
addVetoableChangeListener(String, Object) - Method in class WebFlow.VetoableChangeSupport
Add a VetoableChangeListener for a specific property.
addWFServer(String, Object) - Method in class WebFlow.WebFlowContextOps
 
addWFServer(String, Object) - Method in class WebFlow.configReaderImpl
 
ansysProduct - Variable in class extensions.gem.parseXMLHost
 
appendHash(String, String) - Method in class WebFlow.SerialHash.SerialHashImpl
Write the name/value pair.
appList - Variable in class extensions.gem.parseXMLList
 
appListNames - Variable in class extensions.gem.parseXMLList
 
attachEvent(Object, String, Object, String, int) - Method in class WebFlow.WebFlowContextOps
 
attachPullEvent(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
attachPullProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
attachPullVetoableProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
attachPushEvent(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
attachPushProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
attachPushVetoableProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
AuthenticateBean - class extensions.gem.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.
AuthenticateBean() - Constructor for class extensions.gem.AuthenticateBean
 

B

bc_propertyChange(PropertyChangeEvent, String) - Method in class WebFlow.WebFlowContextOps
subclasses may envelope to monitor child property changes.
bc_vetoableChange(PropertyChangeEvent, String, String) - Method in class WebFlow.WebFlowContextOps
subclasses may envelope to monitor child property changes.
bcmListeners - Variable in class WebFlow.BeanContextSupport
all accesses to the protected ArrayList bcmListeners field shall be synchronized on that object.
bcsChildren() - Method in class WebFlow.BeanContextSupport
 
bcsListeners - Variable in class WebFlow.BeanContextServicesSupport
 
beanContext - Variable in class WebFlow.BeanContextChildSupport
 
beanContextChildPeer - Variable in class WebFlow.BeanContextChildSupport
 
BeanContextChildSupport - class WebFlow.BeanContextChildSupport.
This is a BeanContextChild support class to provide support for implementing the BeanContextChild protocol.
BeanContextChildSupport(Object) - Constructor for class WebFlow.BeanContextChildSupport
construct a BeanContextChildSupport where this class has been subclassed in order to implement the JavaBean component itself.
BeanContextEventImpl - class WebFlow.event.BeanContextEventImpl.
 
BeanContextEventImpl(Object) - Constructor for class WebFlow.event.BeanContextEventImpl
Construct a BeanContextEvent
BeanContextMembershipEventImpl - class WebFlow.event.BeanContextMembershipEventImpl.
 
BeanContextMembershipEventImpl(Object, Object[]) - Constructor for class WebFlow.event.BeanContextMembershipEventImpl
Construct a BeanContextMembershipEvent
BeanContextServiceAvailableEventImpl - class WebFlow.event.BeanContextServiceAvailableEventImpl.
 
BeanContextServiceAvailableEventImpl(BeanContextServices, String) - Constructor for class WebFlow.event.BeanContextServiceAvailableEventImpl
construct a BeanContextServiceEvent
BeanContextServiceRevokedEventImpl - class WebFlow.event.BeanContextServiceRevokedEventImpl.
 
BeanContextServiceRevokedEventImpl(BeanContextServices, String, boolean) - Constructor for class WebFlow.event.BeanContextServiceRevokedEventImpl
construct a BeanContextServiceEvent
BeanContextServicesSupport - class WebFlow.BeanContextServicesSupport.
 
BeanContextServicesSupport.BCSSChild - class WebFlow.BeanContextServicesSupport.BCSSChild.
 
BeanContextServicesSupport.BCSSProxyServiceProvider - class WebFlow.BeanContextServicesSupport.BCSSProxyServiceProvider.
 
BeanContextServicesSupport.BCSSServiceProvider - class WebFlow.BeanContextServicesSupport.BCSSServiceProvider.
subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
BeanContextServicesSupport(BeanContextServices, ORB) - Constructor for class WebFlow.BeanContextServicesSupport
Construct a BeanContextServicesSupport instance
BeanContextSupport - class WebFlow.BeanContextSupport.
 
BeanContextSupport.BCSChild - class WebFlow.BeanContextSupport.BCSChild.
 
BeanContextSupport.BCSIterator - class WebFlow.BeanContextSupport.BCSIterator.
protected final subclass that encapsulates an iterator but implements a noop remove() method.
BeanContextSupport(Object, ORB) - Constructor for class WebFlow.BeanContextSupport
Construct a BeanContextSupport instance
BlackMFImpl - Variable in class WebFlow.WebFlowContextImpl
 
boa - Variable in class WebFlow.FactoryImpl
 
boa - Variable in class extensions.gem.moduleServerBean
 
buildNodes(NodeList, String) - Method in class extensions.gem.parseGOW
 

C

changeImpl(String) - Method in class WebFlow.BeanContextChildSupport
 
CharonObserverImp - class WebFlow.Charon.CharonObserverImp.
 
CharonObserverImp(Object, String) - Constructor for class WebFlow.Charon.CharonObserverImp
 
CharonServerImp - class WebFlow.Charon.CharonServerImp.
 
CharonServerImp(Object, String) - Constructor for class WebFlow.Charon.CharonServerImp
 
checkForDirectory(String) - Method in class WebFlow.FB.FBServerImpl
 
checkforexist(String) - Method in class WebFlow.FB.FBServerImpl
 
checkSource(Object) - Method in class WebFlow.WebFlowContextImpl
 
childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class WebFlow.BeanContextSupport
subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
childJustRemovedHook(Object, BCSChild) - Method in class WebFlow.BeanContextServicesSupport
called from superclass child removal operations after a child has been successfully removed.
childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class WebFlow.BeanContextSupport
subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
children - Variable in class WebFlow.BeanContextSupport
all accesses to the protected HashMap children field shall be synchronized on that object.
children - Variable in class WebFlow.PropertyChangeSupport
 
children - Variable in class WebFlow.event.BeanContextMembershipEventImpl
 
choseChild() - Method in class WebFlow.FactoryImpl
 
choseChildColor() - Method in class WebFlow.FactoryImpl
 
classEquals(Class, Class) - Static method in class WebFlow.BeanContextSupport
 
classpath - Variable in class extensions.gem.parseXMLHost
 
cleanUp() - Method in class WebFlow.WebFlowContextOps
 
clear() - Method in class WebFlow.BeanContextSupport
clear the children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
cloneSession(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
close() - Method in class WebFlow.RemoteFile.RemoteFileImp
close previously opened file.
closeConnection() - Method in class WebFlow.Charon.CharonServerImp
 
closeHash() - Method in class WebFlow.SerialHash.SerialHashImpl
Close the hash table and serialize it.
cm - Variable in class extensions.gem.createScript
 
CollaboratorImpl - class WebFlow.Collaborator.CollaboratorImpl.
This class is for the collaborative visualization using the client-pull.
CollaboratorImpl(Object, String) - Constructor for class WebFlow.Collaborator.CollaboratorImpl
Constructor for Collaborator module
collEventImpl - class WebFlow.Collaborator.collEventImpl.
 
collEventImpl(Object, String) - Constructor for class WebFlow.Collaborator.collEventImpl
 
Command - interface extensions.gem.Command.
The Command interface requires implementing classes to override the execute() command.
compareSourceTarget(Object) - Method in class WebFlow.WebFlowContextImpl
 
configReaderImpl - class WebFlow.configReaderImpl.
 
configReaderImpl.interfaceAndImpl - class WebFlow.configReaderImpl.interfaceAndImpl.
 
configReaderImpl.interfaceAndImpl(configReaderImpl, String, String, String) - Constructor for class WebFlow.configReaderImpl.interfaceAndImpl
 
configReaderImpl(Object, ORB, String) - Constructor for class WebFlow.configReaderImpl
 
connect(String) - Method in class WebFlow.Charon.CharonServerImp
 
construct() - Method in class extensions.gem.parseXMLHost
 
construct() - Method in class extensions.gem.parseXMLDesc
 
construct() - Method in class extensions.gem.parseXMLList
 
contains(Object) - Method in class WebFlow.BeanContextSupport
 
contains(Object) - Method in class WebFlow.myHashMap
 
contains(Object) - Method in class WebFlow.event.BeanContextMembershipEventImpl
 
contains(String) - Method in class WebFlow.BeanContextSupport
 
contains(String) - Method in class WebFlow.myHashMap
 
contains(String) - Method in class WebFlow.hashtable.ContextDataImpl
 
containsAll(Collection) - Method in class WebFlow.BeanContextSupport
 
containsKey(Object) - Method in class WebFlow.myHashMap
 
containsKey(String) - Method in class WebFlow.myHashMap
 
containsKey(String) - Method in class WebFlow.hashtable.ContextDataImpl
 
ContextBean - class extensions.gem.ContextBean.
Program: ContextBean.java Comments: Implements WebFlowContext-style hashtable trees.
ContextBean() - Constructor for class extensions.gem.ContextBean
 
ContextDataImpl - class WebFlow.hashtable.ContextDataImpl.
 
ContextDataImpl(Object, String) - Constructor for class WebFlow.hashtable.ContextDataImpl
 
ContextManagerBean - class extensions.gem.ContextManagerBean.
Program:ContextManagerBean.java Implements ContextManager's interface as a bean, not a webflow module.
ContextManagerBean() - Constructor for class extensions.gem.ContextManagerBean
 
ContextManagerImp - class WebFlow.ContextManager.ContextManagerImp.
 
ContextManagerImp(Object, String) - Constructor for class WebFlow.ContextManager.ContextManagerImp
 
copy_dir(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
copy_file(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
copy(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
copyConnectionFromTarget(Object, Object) - Method in class WebFlow.WebFlowContextOps
 
copyFileFromBackend(String, String, String, String, String, String) - Method in class WebFlow.submitJob.submitJobImpl
====================================================================== Copy a file from the backend to the server.
copyFileToBackend(String, String, String, String, String, String) - Method in class WebFlow.submitJob.submitJobImpl
====================================================================== Copy a file from the server to the backend.
copyModuleBinding(Object, Object) - Method in class WebFlow.WebFlowContextOps
 
createBCSChild(Object, Object) - Method in class WebFlow.BeanContextSupport
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
createBCSChild(Object, Object) - Method in class WebFlow.BeanContextServicesSupport
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
createBCSChild(Object, Object, String) - Method in class WebFlow.BeanContextSupport
 
createBCSSServiceProvider(String, BeanContextServiceProvider) - Method in class WebFlow.BeanContextServicesSupport
subclasses can override this method to create new subclasses of BCSSServiceProvider without having to overrride addService() in order to instantiate.
createCommands() - Method in class extensions.gem.createScript
The following method should be used to create the command portion of the job script.
createCSH - class extensions.gem.createCSH.
Program Name: createCSH.java Comments: This class is a child of the createScript abstract parent.
createCSH(ContextManagerBean, String) - Constructor for class extensions.gem.createCSH
 
createCSH(ContextManager, String) - Constructor for class extensions.gem.createCSH
 
createCSH(moduleServerBean, String) - Constructor for class extensions.gem.createCSH
 
createDQS - class extensions.gem.createDQS.
Program Name: createDQS.java Comments: This class is a child of the createScript abstract parent.
createDQS(ContextManagerBean, String) - Constructor for class extensions.gem.createDQS
 
createDQS(ContextManager, String) - Constructor for class extensions.gem.createDQS
 
createFlagTable() - Method in class extensions.gem.createScript
The following method should be overriden by each child.
createFlagTable() - Method in class extensions.gem.createCSH
Create header flags for the script.
createFlagTable() - Method in class extensions.gem.createDQS
 
createFlagTable() - Method in class extensions.gem.createPBS
 
createFlagTable() - Method in class extensions.gem.createLSF
 
createFlagTable() - Method in class extensions.gem.createGRD
Create header flags for the script.
createGatewayContext(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
createGRD - class extensions.gem.createGRD.
Program Name: createGRD.java Comments: This class is a child of the createScript abstract parent.
createGRD(ContextManagerBean, String) - Constructor for class extensions.gem.createGRD
 
createGRD(ContextManager, String) - Constructor for class extensions.gem.createGRD
 
createGRD(moduleServerBean, String) - Constructor for class extensions.gem.createGRD
 
createHashCommands() - Method in class extensions.gem.createScript
This version of createCommands uses the hashtable instead of the context manager.
createHeader() - Method in class extensions.gem.createScript
The following method is used to construct the header information with the queue specific directives.
createHeader() - Method in class extensions.gem.createCSH
Creates the shell script header.
createHeader() - Method in class extensions.gem.createDQS
This method concatenates the PBS-specific header directives to the string scriptString, inherited from the parent.
createHeader() - Method in class extensions.gem.createPBS
This method concatenates the PBS-specific header directives to the string scriptString, inherited from the parent.
createHeader() - Method in class extensions.gem.createLSF
This method concatenates the LSF-specific header directives to the string scriptString, inherited from the parent.
createHeader() - Method in class extensions.gem.createGRD
This method concatenates the GRD-specific header directives to the string scriptString, inherited from the parent.
createLSF - class extensions.gem.createLSF.
Program Name: createLSF.java Comments: This class is a child of the createScript abstract parent.
createLSF(ContextManagerBean, String) - Constructor for class extensions.gem.createLSF
 
createLSF(ContextManager, String) - Constructor for class extensions.gem.createLSF
 
createLSF(moduleServerBean, String) - Constructor for class extensions.gem.createLSF
 
createNewApplication(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
createNewContext(String, String, String) - Method in class extensions.gem.ContextBean
Create a new context.
createNewFile(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
Creates a new file on the server.
createNewProblem(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
createNewSession(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
createObjectID(String) - Method in class WebFlow.WebFlowContextOps
 
createPBS - class extensions.gem.createPBS.
Program Name: createPBS.java Comments: This class is a child of the createScript abstract parent.
createPBS(ContextManagerBean, String) - Constructor for class extensions.gem.createPBS
 
createPBS(ContextManager, String) - Constructor for class extensions.gem.createPBS
 
createProxy(String, Object) - Method in class WebFlow.FactoryImpl
 
createProxyForRemote(OperationDescription, Request, String) - Method in class WebFlow.ProxyImpl
 
createRemoteContext(String, String) - Method in class WebFlow.FactoryImpl
 
createRemoteProduct(String, String) - Method in class WebFlow.FactoryImpl
 
createScript - class extensions.gem.createScript.
Program Name: createScript.java Comments: This is a parent class for all of the createJob scripts for the different platforms.
createScript() - Constructor for class extensions.gem.createScript
 
createScript(ContextManagerBean, String) - Constructor for class extensions.gem.createScript
 
createScript(ContextManager, String) - Constructor for class extensions.gem.createScript
 
createScript(moduleServerBean, String) - Constructor for class extensions.gem.createScript
 

D

deactivate() - Method in class WebFlow.WebFlowContextOps
 
deactivate() - Method in class WebFlow.FactoryImpl
 
deactivate(boolean) - Method in class WebFlow.ProxyImpl
 
decode(String) - Method in class extensions.gem.nameEncodeBean
 
delete(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
deleteChildDir(String) - Method in class extensions.gem.ContextBean
This method deletes all files and subdirectories and finally the directory itself.
deleteEntry(String) - Method in class WebFlow.SerialHash.SerialHashImpl
Remove the entry from the hashtable.
descDir - Variable in class extensions.gem.createScript
 
deserializeArray(String) - Method in class WebFlow.hashtable.SaveContextImpl
 
designTime - Variable in class WebFlow.BeanContextSupport
 
destroy() - Method in class WebFlow.BeanContextChildSupport
 
destroy() - Method in class WebFlow.WebFlowContextOps
 
detachEvent(Object, String, Object, String, int) - Method in class WebFlow.WebFlowContextOps
 
detachPullEvent(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
detachPullProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
detachPullVetoableProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
detachPushEvent(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
detachPushProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
detachPushVetoableProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
 
DirectoryReceive(String, String) - Method in class extensions.gem.FileTransferBean
DirectoryReceive copies Directory from the remote host to the local directory
DirectorySend(String, String) - Method in class extensions.gem.FileTransferBean
DirectorySend sends local directory to the remote host
dispose() - Method in class WebFlow.FactoryImpl
 
doParse(String) - Method in class extensions.gem.parseGOW
An obsolete method.

E

encode(String) - Method in class extensions.gem.nameEncodeBean
 
environhash - Variable in class extensions.gem.parseXMLHost
 
eventID - Variable in class WebFlow.HookupTarget
 
eventType() - Method in class WebFlow.Collaborator.collEventImpl
 
execLocalCommand(String) - Method in class WebFlow.submitJob.submitJobImpl
============================================================ Execute the command on the same machine as the server containing the submitJob module.
execRemoteCommand(String, String, String, String) - Method in class WebFlow.submitJob.submitJobImpl
====================================================================== Execute the command remotely, using either rsh or ssh as specified by the "carrier" variable.
execute(HttpServletRequest, HttpServletResponse) - Method in class extensions.gem.SubmitCommand
 
execute(HttpServletRequest, HttpServletResponse) - Method in class extensions.gem.ForwardCommand
Don't really need to do anything here, just return the name of the next page to display.
execute(HttpServletRequest, HttpServletResponse) - Method in interface extensions.gem.Command
 
exists(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
extensions.gem - package extensions.gem
 
extractObjectID(ServerRequest) - Method in class WebFlow.ProxyImpl
 
extractObjectID(ServerRequest) - Method in class WebFlow.WebFlowContextOps
 

F

FacServer - class WebFlow.FacServer.
 
FacServer() - Constructor for class WebFlow.FacServer
 
factory - Variable in class WebFlow.WebFlowContextImpl
 
FactoryImpl - class WebFlow.FactoryImpl.
 
FactoryImpl(String, String) - Constructor for class WebFlow.FactoryImpl
 
FactoryImpl(String, String, int) - Constructor for class WebFlow.FactoryImpl
 
FactoryImpl(String, String, int, ORB, BOA) - Constructor for class WebFlow.FactoryImpl
 
FBServerImpl - class WebFlow.FB.FBServerImpl.
 
FBServerImpl(Object, String) - Constructor for class WebFlow.FB.FBServerImpl
 
fileList(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
FileReceive(String, String) - Method in class WebFlow.RemoteFile.FileTransfer
FileReceive copies file from the remote host to the local file
FileReceive(String, String) - Method in class WebFlow.RemoteFile.MoveFileImp
 
FileReceive(String, String) - Method in class extensions.gem.FileTransferBean
FileReceive copies file from the remote host to the local file
FileSend(String, String) - Method in class WebFlow.RemoteFile.FileTransfer
FileSend sends local file to the remote host
FileSend(String, String) - Method in class WebFlow.RemoteFile.MoveFileImp
 
FileSend(String, String) - Method in class extensions.gem.FileTransferBean
FileSend sends local file to the remote host
fileToString(String) - Method in class extensions.gem.GetFileBean
 
FileTransfer - class WebFlow.RemoteFile.FileTransfer.
FileTransfer is used to send and receive files to and from remote host It uses RemoteFile CORBA object to work with the remote file
FileTransfer(ORB, String) - Constructor for class WebFlow.RemoteFile.FileTransfer
FileTransfer constructor accepts ORB and RemoteFile IOR
FileTransfer(ORB, String, FTcallback) - Constructor for class WebFlow.RemoteFile.FileTransfer
FileTransfer constructor accepts ORB and RemoteFile IOR
FileTransfer(RemoteFile) - Constructor for class WebFlow.RemoteFile.FileTransfer
 
FileTransferBean - class extensions.gem.FileTransferBean.
Program FileTransferBean.java.
FileTransferBean(ORB, String) - Constructor for class extensions.gem.FileTransferBean
FileTransfer constructor accepts ORB and RemoteFile IOR
FileTransferBean(RemoteFile) - Constructor for class extensions.gem.FileTransferBean
Use this contstructor to pass a preexisting RemoteFile object from another class.
filterDeadObjects() - Method in class WebFlow.WebFlowContextOps
 
findContextData(WebFlowContext) - Method in class WebFlow.hashtable.SaveContextImpl
 
fireChildrenAdded(BeanContextMembershipEventImpl) - Method in class WebFlow.BeanContextSupport
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
fireChildrenRemoved(BeanContextMembershipEventImpl) - Method in class WebFlow.BeanContextSupport
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
fireEvent_old(String, Object) - Method in class WebFlow.PropertyChangeSupport
 
fireEvent(String, Object) - Method in class WebFlow.BeanContextChildSupport
fires a propertyChange Event
fireEvent(String, Object) - Method in class WebFlow.PropertyChangeSupport
 
firePropertyChange_old(PropertyChangeEvent) - Method in class WebFlow.PropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class WebFlow.PropertyChangeSupport
 
firePropertyChange(String, Any, Any) - Method in class WebFlow.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class WebFlow.PropertyChangeSupport
Report a boolean bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class WebFlow.PropertyChangeSupport
Report an int bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class WebFlow.BeanContextChildSupport
 
firePropertyChange(String, Object, Object) - Method in class WebFlow.PropertyChangeSupport
 
firePropertyChange(String, String, String) - Method in class WebFlow.BeanContextChildSupport
 
firePropertyChange(String, String, String) - Method in class WebFlow.PropertyChangeSupport
 
fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class WebFlow.BeanContextServicesSupport
 
fireServiceAdded(String) - Method in class WebFlow.BeanContextServicesSupport
Fire a BeanContextServiceEvent notifying of a new service
fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class WebFlow.BeanContextServicesSupport
Fire a BeanContextServiceEvent notifying of a service being revoked
fireServiceRevoked(String, boolean) - Method in class WebFlow.BeanContextServicesSupport
 
fireVetoableChange(PropertyChangeEvent) - Method in class WebFlow.VetoableChangeSupport
Fire a vetoable property update to any registered listeners.
fireVetoableChange(String, Any, Any) - Method in class WebFlow.VetoableChangeSupport
Report a vetoable property update to any registered listeners.
fireVetoableChange(String, boolean, boolean) - Method in class WebFlow.VetoableChangeSupport
Report a boolean vetoable property update to any registered listeners.
fireVetoableChange(String, int, int) - Method in class WebFlow.VetoableChangeSupport
Report a int vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class WebFlow.BeanContextChildSupport
fires a vetoableChange Event
fireVetoableChange(String, Object, Object) - Method in class WebFlow.VetoableChangeSupport
 
fireVetoableChange(String, String, String) - Method in class WebFlow.BeanContextChildSupport
 
fireVetoableChange(String, String, String) - Method in class WebFlow.VetoableChangeSupport
 
flag_ - Variable in class WebFlow.configReaderImpl.interfaceAndImpl
 
flowModel - Variable in class WebFlow.HookupTarget
 
ForwardCommand - class extensions.gem.ForwardCommand.
Program: ForwardCommand.java This simple command just forwards the browser to the next JSP page specified in the constructor.
ForwardCommand(String) - Constructor for class extensions.gem.ForwardCommand
 
forwardEvent(ServerRequest) - Method in class WebFlow.WebFlowContextOps
 
forwardFireEvent(ServerRequest) - Method in class WebFlow.ProxyImpl
 
FTcallback - interface WebFlow.RemoteFile.FTcallback.
 

G

get(ByteHolder) - Method in class WebFlow.RemoteFile.RemoteFileImp
gets one byte from the file and returns it to the user
get(Object) - Method in class WebFlow.myHashMap
 
get(String) - Method in class WebFlow.myHashMap
 
getAllBindings(Object, Hashtable) - Method in class WebFlow.WebFlowContextOps
 
getAllProxies() - Method in class WebFlow.FactoryImpl
 
getAllWFServers() - Method in class WebFlow.WebFlowContextOps
 
getAllWFServers() - Method in class WebFlow.configReaderImpl
 
getAnsysProduct() - Method in class extensions.gem.parseXMLHost
 
getApplicationProperty(String, String, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getApplications() - Method in class extensions.gem.parseXMLBean
This method should return the names of all of the applications.
getBatchPath() - Method in class extensions.gem.AuthenticateBean
 
getBeanContext() - Method in class WebFlow.BeanContextChildSupport
 
getBeanContext() - Method in class WebFlow.event.BeanContextEventImpl
 
getBeanContextChildPeer() - Method in class WebFlow.BeanContextChildSupport
 
getBeanContextPeer() - Method in class WebFlow.BeanContextSupport
 
getBeanContextServicesPeer() - Method in class WebFlow.BeanContextServicesSupport
 
getBinaryBlock() - Method in class WebFlow.Charon.CharonServerImp
 
getBinaryBlock() - Method in class WebFlow.Collaborator.CollaboratorImpl
get binary block and read it.
getBindings(String, Hashtable) - Method in class WebFlow.WebFlowContextOps
 
getBlock() - Method in class WebFlow.Charon.CharonServerImp
 
getBlock() - Method in class WebFlow.RemoteFile.RemoteFileImp
reads block of bytes from the file and returns it to the user
getChild(String) - Method in class extensions.gem.ContextBean
 
getChildBeanContextChild(Object) - Method in class WebFlow.BeanContextSupport
 
getChildBeanContextChild(String) - Method in class WebFlow.BeanContextSupport
 
getChildBeanContextMembershipListener(Object) - Static method in class WebFlow.BeanContextSupport
 
getChildBeanContextServicesListener(Object) - Static method in class WebFlow.BeanContextServicesSupport
 
getChildPropertyChangeListener(Object) - Static method in class WebFlow.BeanContextSupport
 
getChildren() - Method in class extensions.gem.ContextBean
Returns the child contexts.
getChildSerializable(Object) - Static method in class WebFlow.BeanContextSupport
 
getChildVetoableChangeListener(Object) - Static method in class WebFlow.BeanContextSupport
 
getClasspath() - Method in class extensions.gem.parseXMLHost
 
getCodeTagList() - Method in class extensions.gem.parseXMLDesc
Returns the hashtable containing the application's parameters and their values.
getCodeTagList(String) - Method in class extensions.gem.parseXMLBean
This method returns a hash table of all the top level tags for a particular application and their values.
getCodeTagValue(String) - Method in class extensions.gem.parseXMLDesc
Returns the value for a particular tag.
getCodeTagValue(String, String) - Method in class extensions.gem.parseXMLBean
This method returns the string value assocatied with a particular tag name for a code.
getCollabMode() - Method in class WebFlow.Collaborator.CollaboratorImpl
get the collaboration mode
getColor() - Method in class WebFlow.FactoryImpl
 
getConfig() - Method in class WebFlow.configReaderImpl
 
getContext() - Method in class extensions.gem.ContextBean
 
getContext(String) - Method in class WebFlow.WebFlowContextOps
 
getContext(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getContextData(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getContextData(WebFlowContext, String) - Method in class WebFlow.hashtable.SaveContextImpl
 
getContextExtended(String, boolean) - Method in class WebFlow.WebFlowContextOps
 
getContextHash() - Method in class extensions.gem.ContextBean
 
getContextID(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getContextManager() - Method in class extensions.gem.moduleServerBean
Now define all of the accessor methods that we will need.
getContextValue(String) - Method in class extensions.gem.ContextBean
General methods for getting and setting some context value.
getCurrentApplicationProperty(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getCurrentProblemProperty(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getCurrentProblemProperty(String) - Method in class extensions.gem.ContextManagerBean
 
getCurrentServiceClasses() - Method in class WebFlow.BeanContextServicesSupport
 
getCurrentServiceSelectors() - Method in class WebFlow.event.BeanContextServiceAvailableEventImpl
 
getCurrentServiceSelectors(BeanContextServices, String) - Method in class WebFlow.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getCurrentServiceSelectors(String) - Method in class WebFlow.BeanContextServicesSupport
 
getCurrentSessionProperty(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getCurrentSessionProperty(String) - Method in class extensions.gem.ContextManagerBean
 
getEnvironHash() - Method in class extensions.gem.parseXMLHost
 
getEnvironHash(String, String) - Method in class extensions.gem.parseXMLBean
 
getEvent(Object) - Method in class WebFlow.Collaborator.CollaboratorImpl
receiving from the WebFlow event invocation from the master
getEventFlag() - Method in class WebFlow.Collaborator.CollaboratorImpl
get event status
getEventID() - Method in class WebFlow.HookupTarget
 
getEventObject(ServerRequest) - Method in class WebFlow.WebFlowContextOps
 
getEvents() - Method in class WebFlow.HookupTarget
 
GetFileBean - class extensions.gem.GetFileBean.
Program Name: GetFileBean.java Comments: Provides convenience methods for displaying an ASCII text file.
GetFileBean() - Constructor for class extensions.gem.GetFileBean
 
getFileBrowser() - Method in class extensions.gem.moduleServerBean
 
getFileList(String) - Method in class WebFlow.FB.FBServerImpl
 
getFileSize() - Method in class WebFlow.RemoteFile.RemoteFileImp
 
getFlowModel() - Method in class WebFlow.HookupTarget
 
getGatewayProxy() - Method in class WebFlow.WebFlowContextOps
 
getHashNames() - Method in class WebFlow.SerialHash.SerialHashImpl
Return all of the names in the hash table.
getHashValues() - Method in class WebFlow.SerialHash.SerialHashImpl
Returns the values associated with a particular hash name.
getHost() - Method in class extensions.gem.parseXMLHost
 
getHostList() - Method in class extensions.gem.parseXMLDesc
 
getHostListNames() - Method in class extensions.gem.parseXMLDesc
Returns the list of host machines that offer this code.
getHostListNames(String) - Method in class extensions.gem.parseXMLBean
This method returns the availabe hosts for a particular application.
getIdlFileName(String) - Method in class WebFlow.configReaderImpl
 
getImpl() - Method in class WebFlow.WebFlowContextImpl
 
getImplClass(String) - Method in class WebFlow.configReaderImpl
 
getIORFromFile(String) - Method in class WebFlow.configReaderImpl
 
getIORFromSSL(String) - Method in class WebFlow.configReaderImpl
 
getIORFromURL(String) - Method in class WebFlow.configReaderImpl
 
getIOROfProcess() - Method in class WebFlow.printProcessOut
 
getIorUrl() - Method in class extensions.gem.moduleServerBean
 
getIsMaster() - Method in class WebFlow.Collaborator.CollaboratorImpl
get the control type
getJobNames() - Method in class WebFlow.RemoteParse.RemoteParseImpl
Getting job Names for the hashtables that the job and task set up.
getJobParamNames(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Accessor methods for returning the job's list of parameter names and the value for a particular
getJobParamValue(String, String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
 
getKerberosID() - Method in class WebFlow.Charon.CharonServerImp
 
getKeyedChild(String) - Method in class WebFlow.WebFlowContextOps
 
getKeys() - Method in class WebFlow.hashtable.ContextDataImpl
 
getKrb5ccname() - Method in class extensions.gem.AuthenticateBean
Get the location of the credentials file, needed by KRB5CCNAME.
getLDLibrary() - Method in class extensions.gem.parseXMLHost
 
getLMLicense() - Method in class extensions.gem.parseXMLHost
The following methods are obsolete.
getMachineTagList(String, String) - Method in class extensions.gem.parseXMLBean
This method returns a vector of all the top level tags for a particular machine and application.
getMachineTagValue(String, String, String) - Method in class extensions.gem.parseXMLBean
This method returns the string value for the particular named parameter for a code on a particular host machine.
getMFImpl() - Method in class WebFlow.WebFlowContextOps
 
getModuleList() - Method in class WebFlow.WebFlowContextOps
 
getModuleList() - Method in class WebFlow.configReaderImpl
 
getMyColor() - Method in class WebFlow.WebFlowContextOps
 
getMyProxy() - Method in class WebFlow.BeanContextChildSupport
 
getName() - Method in class extensions.gem.ContextBean
Simple accessor for context name.
getNewValue() - Method in class WebFlow.event.PropertyChangeEventImpl
 
getNextPage() - Method in class extensions.gem.SubmitCommand
 
getNextPage() - Method in class extensions.gem.ForwardCommand
 
getNextPage() - Method in interface extensions.gem.Command
 
getObjectID() - Method in class WebFlow.BeanContextChildSupport
 
getObjStr(Object) - Method in class WebFlow.myHashMap
 
getOldValue() - Method in class WebFlow.event.PropertyChangeEventImpl
 
getParam(HttpServletRequest, String) - Method in class extensions.gem.AuthenticateBean
Returns the parameter value from the HTTP request.
getParam(String) - Method in class WebFlow.hashtable.ContextDataImpl
 
getParamHash() - Method in class extensions.gem.parseXMLHost
Returns the hashtable of params and their values.
getParentContext(String) - Method in class WebFlow.WebFlowContextOps
 
getParseXMLappList() - Method in class extensions.gem.parseXMLList
 
getParseXMLappListNames() - Method in class extensions.gem.parseXMLList
 
getProblemProperty(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getPropagatedFrom() - Method in class WebFlow.event.BeanContextEventImpl
 
getPropagationId() - Method in class WebFlow.event.PropertyChangeEventImpl
The "propagationId" field is reserved for future use.
getPropertyName() - Method in class WebFlow.event.PropertyChangeEventImpl
 
getRemoteFile() - Method in class extensions.gem.moduleServerBean
 
getRepository() - Method in class WebFlow.ProxyImpl
 
getResource(String, BeanContextChild) - Method in class WebFlow.BeanContextSupport
 
getResourceAsStream(String, BeanContextChild) - Method in class WebFlow.BeanContextSupport
 
getRootDir() - Method in class extensions.gem.GetFileBean
 
getSerialHash() - Method in class extensions.gem.moduleServerBean
 
getService(BeanContextChild, Object, String, Object, BeanContextServiceRevokedListener) - Method in class WebFlow.BeanContextServicesSupport
obtain a service which may be delegated
getService(BeanContextServices, Object, String, Object) - Method in class WebFlow.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getServiceClass() - Method in class WebFlow.event.BeanContextServiceRevokedEventImpl
get the service class that is the subject of this notification
getServiceClass() - Method in class WebFlow.event.BeanContextServiceAvailableEventImpl
get the service class that is the subject of this notification
getServiceProvider() - Method in class WebFlow.BeanContextServicesSupport.BCSSServiceProvider
 
getSessionCookie() - Method in class WebFlow.Charon.CharonServerImp
 
getSessionProperty(String, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
getSource() - Method in class WebFlow.HookupTarget
 
getSource() - Method in class WebFlow.event.BeanContextEventImpl
 
getSource() - Method in class WebFlow.event.PropertyChangeEventImpl
 
getSource() - Method in class WebFlow.Collaborator.collEventImpl
 
getSource(Object) - Method in class WebFlow.WebFlowContextOps
 
getSource(Object) - Method in class WebFlow.WebFlowContextImpl
 
getSourceAsBeanContextServices() - Method in class WebFlow.event.BeanContextServiceRevokedEventImpl
get the source as a reference of type BeanContextServices
getSourceAsBeanContextServices() - Method in class WebFlow.event.BeanContextServiceAvailableEventImpl
get the source as a reference of type BeanContextServices
getSourceObjectID() - Method in class WebFlow.HookupTarget
 
getSubmitJob() - Method in class extensions.gem.moduleServerBean
 
getTableVal(String) - Method in class extensions.gem.jobInfoBean
 
getTagValue(String) - Method in class extensions.gem.parseXMLHost
Returns the value for the specified parameter.
getTarget() - Method in class WebFlow.HookupTarget
 
getTargetMethod() - Method in class WebFlow.HookupTarget
 
getTargetObjectID() - Method in class WebFlow.HookupTarget
 
getTargetsByProperty() - Method in class WebFlow.WebFlowContextOps
This is the method that gets called when a bound property changes on the source object.
getTaskNames() - Method in class WebFlow.RemoteParse.RemoteParseImpl
 
getUserContext() - Method in class WebFlow.ContextManager.ContextManagerImp
 
getUserId() - Method in class WebFlow.Collaborator.CollaboratorImpl
get User I.D.
getUserName() - Method in class extensions.gem.AuthenticateBean
Get the user name (minus the realm info).
getUserProperty(String) - Method in class extensions.gem.ContextManagerBean
 
getWebFlowContext(Object) - Method in class WebFlow.WebFlowContextOps
 
getWebFlowContextPeer() - Method in class WebFlow.WebFlowContextOps
 
getWFServer(String) - Method in class WebFlow.configReaderImpl
 
getWFServer(String, String) - Method in class WebFlow.WebFlowContextOps
 
getWFSName() - Method in class WebFlow.configReaderImpl
 

H

hasListeners(String) - Method in class WebFlow.VetoableChangeSupport
Check if there are any listeners for a specific property.
hasListeners(String) - Method in class WebFlow.PropertyChangeSupport
Check if there are any listeners for a specific property.
hasNext() - Method in class WebFlow.BeanContextSupport.BCSIterator
 
hasService(String) - Method in class WebFlow.BeanContextServicesSupport
has a service, which may be delegated
HookupSource - class WebFlow.HookupSource.
 
HookupTarget - class WebFlow.HookupTarget.
 
hostList - Variable in class extensions.gem.parseXMLDesc
 
hostListNames - Variable in class extensions.gem.parseXMLDesc
 
hostname - Variable in class extensions.gem.parseXMLHost
 
HtmlTemplate(String, String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 

I

idlFileName_ - Variable in class WebFlow.configReaderImpl.interfaceAndImpl
 
implClassName_ - Variable in class WebFlow.configReaderImpl.interfaceAndImpl
 
Init(RemoteFile) - Method in class WebFlow.RemoteFile.MoveFileImp
 
init(String) - Method in class extensions.gem.moduleServerBean
Initialize everything
init(String) - Static method in class extensions.gem.parseXMLBean
 
init(String) - Method in class extensions.gem.parseGOW
Initialize the parser.
init(String, String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Initialize the object.
init(String, String) - Method in class extensions.gem.ContextManagerBean
Restores the user's contexts.
init(String, String) - Method in class extensions.gem.ContextBean
For the given descriptor directory, restore recursively the existing contexts.
init(WebFlowContext, Object, Object) - Method in class WebFlow.ContextManager.ContextManagerImp
 
initialize() - Method in class WebFlow.BeanContextSupport
protected method called from constructor and readObject to initialize transient state of BeanContextSupport instance.
initialize() - Method in class WebFlow.BeanContextServicesSupport
called by BeanContextSupport superclass during construction and deserialization to initialize subclass transient state.
initializeBeanContextResources() - Method in class WebFlow.BeanContextChildSupport
This method may be overridden by subclasses to provide their own initialization behaviors.
initializeBeanContextResources() - Method in class WebFlow.BeanContextServicesSupport
called from setBeanContext to notify a BeanContextChild to allocate resources obtained from the nesting BeanContext.
insertContextInfo(Request) - Method in class WebFlow.ProxyImpl
 
insertContextInfo(Request) - Method in class WebFlow.VetoableChangeSupport
 
insertContextInfo(Request) - Method in class WebFlow.PropertyChangeSupport
 
insertContextInfo(Request, String) - Method in class WebFlow.ProxyImpl
 
insertProxy(String) - Method in class WebFlow.WebFlowContextOps
 
insertRemoteServer(String, String, Object) - Method in class WebFlow.WebFlowContextOps
 
instantiate() - Method in class extensions.gem.parseXMLHost
 
instantiate() - Method in class extensions.gem.parseXMLDesc
 
instantiateChild(String) - Method in class WebFlow.BeanContextSupport
The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a BeanContext.
invoke(ServerRequest) - Method in class WebFlow.ProxyImpl
 
invoke(ServerRequest) - Method in class WebFlow.WebFlowContextImpl
 
invokeEventListener(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokeEventMethod(Object, String, Object) - Method in class WebFlow.PropertyChangeSupport
 
invokeGetterMethod(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokePropertyChange(Object, PropertyChangeEvent) - Method in class WebFlow.PropertyChangeSupport
 
invokePropertyListener(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokePullEventsOfListeners(Object) - Method in class WebFlow.PropertyChangeSupport
 
invokeSetterMethod(Object, String, Any) - Method in class WebFlow.WebFlowContextOps
Create a property hookup, so that a change to the named bound property on the source object turns into a call on the "setter" method of the given target object.
invokeSetterMethod(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
invokeSetterMethod(Object, String, Object) - Method in class WebFlow.WebFlowContextImpl
 
invokeVetoablePropertyChange(Object, PropertyChangeEvent) - Method in class WebFlow.VetoableChangeSupport
 
IRstr - Variable in class WebFlow.configReaderImpl
 
isAllChildrenDeleted() - Method in class WebFlow.WebFlowContextOps
 
IsChildProxy() - Method in class WebFlow.BeanContextChildSupport
 
isCurrentApplication() - Method in class WebFlow.ContextManager.ContextManagerImp
 
isCurrentProblem() - Method in class WebFlow.ContextManager.ContextManagerImp
 
isCurrentServiceInvalidNow() - Method in class WebFlow.event.BeanContextServiceRevokedEventImpl
true if current service references are now invalidated and unusable.
isCurrentSession() - Method in class WebFlow.ContextManager.ContextManagerImp
 
isDelegated() - Method in class WebFlow.BeanContextChildSupport
 
isDeleted - Variable in class WebFlow.BeanContextChildSupport
 
isDirectory(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
isEmpty() - Method in class WebFlow.BeanContextSupport
 
isEqual(Object, Object) - Method in class WebFlow.BeanContextServicesSupport
 
isFile(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
isItMaster - Variable in class WebFlow.configReaderImpl
 
isMaster() - Method in class WebFlow.configReaderImpl
 
isPropagated() - Method in class WebFlow.event.BeanContextEventImpl
 
isSerializing() - Method in class WebFlow.BeanContextSupport
 
isServiceClass(String) - Method in class WebFlow.event.BeanContextServiceRevokedEventImpl
test service equality
isTheServerRunnning() - Method in class WebFlow.configReaderImpl
 
isWFServer() - Method in class WebFlow.BeanContextChildSupport
 
iterator() - Method in class WebFlow.BeanContextSupport
 

J

jobInfoBean - class extensions.gem.jobInfoBean.
Program Name: jobInfoBean.java Comments: Creates a hashtable to store information needed to construct the queue script.
jobInfoBean() - Constructor for class extensions.gem.jobInfoBean
 
jspClient - Variable in class extensions.gem.moduleServerBean
 

L

ldlibrary - Variable in class extensions.gem.parseXMLHost
 
listAdapterValues() - Method in class WebFlow.WebFlowContextOps
 
listAllApplications() - Method in class WebFlow.ContextManager.ContextManagerImp
 
listAllSessions() - Method in class WebFlow.ContextManager.ContextManagerImp
 
listApplications() - Method in class WebFlow.ContextManager.ContextManagerImp
 
listChildren(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
listChildrenContexts(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
listContents(String, Hashtable) - Method in class WebFlow.VetoableChangeSupport
 
listContents(String, Hashtable) - Method in class WebFlow.PropertyChangeSupport
 
listeners - Variable in class WebFlow.PropertyChangeSupport
 
listModules(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
listProblems() - Method in class WebFlow.ContextManager.ContextManagerImp
 
listProblems() - Method in class extensions.gem.ContextManagerBean
 
listProblemSessions(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
listProblemSessions(String) - Method in class extensions.gem.ContextManagerBean
 
listSessionApplications(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
listSessions() - Method in class WebFlow.ContextManager.ContextManagerImp
 
lmLicense - Variable in class extensions.gem.parseXMLHost
 
locale - Variable in class WebFlow.BeanContextSupport
 
localFile - Variable in class WebFlow.configReaderImpl
 

M

main(String[]) - Static method in class WebFlow.FacServer
 
main(String[]) - Static method in class WebFlow.Server
 
main(String[]) - Static method in class WebFlow.ContextManager.ContextManagerImp
 
makeChild(String, ContextManagerBean, String) - Static method in class extensions.gem.scriptFactory
 
makeChild(String, ContextManager, String) - Static method in class extensions.gem.scriptFactory
 
makeChild(String, moduleServerBean, String) - Static method in class extensions.gem.scriptFactory
 
master - Variable in class extensions.gem.moduleServerBean
 
masterServerIOR - Variable in class WebFlow.configReaderImpl
 
masterURL - Variable in class WebFlow.configReaderImpl
 
mkdir(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
modifyHostname(String, String, Hashtable) - Method in class extensions.gem.parseGOW
Obsolete method.
moduleServerBean - class extensions.gem.moduleServerBean.
Program: moduleServerBean.java Comments: This is based on the old ServerServlet.java program.
moduleServerBean() - Constructor for class extensions.gem.moduleServerBean
Constructor with no argument
MoveFileImp - class WebFlow.RemoteFile.MoveFileImp.
 
MoveFileImp(Object, String) - Constructor for class WebFlow.RemoteFile.MoveFileImp
 
my_cm - Variable in class extensions.gem.createScript
 
myHashMap - class WebFlow.myHashMap.
 
myHashMap(int) - Constructor for class WebFlow.myHashMap
 
myPrefixEqual(String) - Method in class WebFlow.WebFlowContextOps
 

N

nameEncodeBean - class extensions.gem.nameEncodeBean.
Program Name: nameEncodeBean.java Comments: Turns phrases into single words by replacing spaces with underscores.
nameEncodeBean() - Constructor for class extensions.gem.nameEncodeBean
 
next() - Method in class WebFlow.BeanContextSupport.BCSIterator
 
non_existent - Variable in class WebFlow.configReaderImpl
 
non_existent - Variable in class WebFlow.WebFlowContextImpl
 
nonExistent(Object) - Static method in class WebFlow.ProxyImpl
 
notifyObserver(String) - Method in class WebFlow.Charon.CharonObserverImp
 

O

okToUseGui - Variable in class WebFlow.BeanContextSupport
 
Old_RemoteInvoke(ServerRequest) - Method in class WebFlow.ProxyImpl
 
open(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
open file specified by user.
openHash(String) - Method in class WebFlow.SerialHash.SerialHashImpl
Look in the user's descriptor directory, open the jobHash file there, and deserialize it.
orb - Variable in class WebFlow.FactoryImpl
 
orb - Variable in class extensions.gem.moduleServerBean
 

P

paramHash - Variable in class extensions.gem.parseXMLHost
 
paramHash - Variable in class extensions.gem.parseXMLDesc
 
parentName - Variable in class WebFlow.configReaderImpl
 
parseGOW - class extensions.gem.parseGOW.
 
parseGOW() - Constructor for class extensions.gem.parseGOW
 
parseXMLBean - class extensions.gem.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.
parseXMLBean() - Constructor for class extensions.gem.parseXMLBean
 
parseXMLDesc - class extensions.gem.parseXMLDesc.
This file handles tags assocated with an application descriptor.
parseXMLDesc() - Constructor for class extensions.gem.parseXMLDesc
 
parseXMLHost - class extensions.gem.parseXMLHost.
 
parseXMLHost() - Constructor for class extensions.gem.parseXMLHost
 
parseXMLList - class extensions.gem.parseXMLList.
 
parseXMLList() - Constructor for class extensions.gem.parseXMLList
 
pcSupport - Variable in class WebFlow.BeanContextChildSupport
 
pingRemoteObject() - Method in class WebFlow.ProxyImpl
 
pingRemoteObject(Object) - Method in class WebFlow.WebFlowContextOps
 
prevChild() - Method in class WebFlow.FactoryImpl
 
printProcessOut - class WebFlow.printProcessOut.
 
printProcessOut(Process) - Constructor for class WebFlow.printProcessOut
 
propagatedFrom - Variable in class WebFlow.event.BeanContextEventImpl
 
propertyChange(PropertyChangeEvent) - Method in class WebFlow.WebFlowContextOps
 
propertyChangeAfterVeto(PropertyChangeEvent, String, String) - Method in class WebFlow.WebFlowContextOps
 
PropertyChangeEventImpl - class WebFlow.event.PropertyChangeEventImpl.
 
PropertyChangeEventImpl(Object, String, Any, Any) - Constructor for class WebFlow.event.PropertyChangeEventImpl
 
PropertyChangeEventImpl(Object, String, Object, Object) - Constructor for class WebFlow.event.PropertyChangeEventImpl
 
PropertyChangeEventImpl(Object, String, String, String) - Constructor for class WebFlow.event.PropertyChangeEventImpl
 
PropertyChangeSupport - class WebFlow.PropertyChangeSupport.
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object, BeanContextChildSupport) - Constructor for class WebFlow.PropertyChangeSupport
 
proxy - Variable in class WebFlow.BeanContextServicesSupport
 
ProxyImpl - class WebFlow.ProxyImpl.
 
ProxyImpl(String, Object, ORB, moduleFactory) - Constructor for class WebFlow.ProxyImpl
 
ProxyImpl(String, Object, ORB, moduleFactory, String) - Constructor for class WebFlow.ProxyImpl
 
PULL - Static variable in class WebFlow.HookupTarget
 
pull() - Method in class WebFlow.BeanContextChildSupport
 
pull() - Method in class WebFlow.PropertyChangeSupport
 
pullEvents() - Method in class WebFlow.WebFlowContextOps
 
pullExtended(Vector) - Method in class WebFlow.PropertyChangeSupport
 
PUSH - Static variable in class WebFlow.HookupTarget
 
put(byte) - Method in class WebFlow.RemoteFile.RemoteFileImp
write one byte to the file
put(Object, Object) - Method in class WebFlow.myHashMap
 
put(String, Object) - Method in class WebFlow.myHashMap
 
putAll(Map) - Method in class WebFlow.myHashMap
 
putBlock(byte[]) - Method in class WebFlow.RemoteFile.RemoteFileImp
write block of bytes to the file
putEvent(Object) - Method in class WebFlow.HookupTarget
 
putEvent(Object, HookupTarget) - Method in class WebFlow.WebFlowContextOps
 
pw - Variable in class extensions.gem.createScript
 

R

readContextData(WebFlowContext, String) - Method in class WebFlow.hashtable.SaveContextImpl
 
readFile(String) - Method in class WebFlow.Collaborator.CollaboratorImpl
Read the JSP page
readIOR(ORB, String) - Method in class WebFlow.WebFlowContextOps
 
readIOR(ORB, String) - Static method in class WebFlow.Server
explain
readIOR(ORB, String) - Static method in class WebFlow.configReaderImpl
 
RedMFImpl - Variable in class WebFlow.WebFlowContextImpl
 
registerObserver(CharonServer) - Method in class WebFlow.Charon.CharonObserverImp
 
rejectedSetBCOnce - Variable in class WebFlow.BeanContextChildSupport
 
releaseBeanContextResources() - Method in class WebFlow.BeanContextChildSupport
This method may be overridden by subclasses to provide their own release behaviors.
releaseBeanContextResources() - Method in class WebFlow.BeanContextServicesSupport
called from setBeanContext to notify a BeanContextChild to release resources obtained from the nesting BeanContext.
releaseService(BeanContextChild, Object, Object) - Method in class WebFlow.BeanContextServicesSupport
release a service
releaseService(BeanContextServices, Object, Object) - Method in class WebFlow.BeanContextServicesSupport.BCSSProxyServiceProvider
 
RemoteFileImp - class WebFlow.RemoteFile.RemoteFileImp.
RemoteFileImpl implements RemoteFile interface that allows user to manipulate with the remote file
RemoteFileImp(Object, String) - Constructor for class WebFlow.RemoteFile.RemoteFileImp
 
RemoteInvoke(ServerRequest) - Method in class WebFlow.ProxyImpl
 
RemoteParseImpl - class WebFlow.RemoteParse.RemoteParseImpl.
 
RemoteParseImpl(Object, String) - Constructor for class WebFlow.RemoteParse.RemoteParseImpl
 
remove() - Method in class WebFlow.BeanContextSupport.BCSIterator
 
remove(Object) - Method in class WebFlow.BeanContextSupport
 
remove(Object) - Method in class WebFlow.myHashMap
 
remove(Object, boolean) - Method in class WebFlow.BeanContextSupport
 
remove(String) - Method in class WebFlow.BeanContextSupport
 
remove(String) - Method in class WebFlow.myHashMap
 
remove(String) - Method in class WebFlow.hashtable.ContextDataImpl
 
remove(String, boolean) - Method in class WebFlow.BeanContextSupport
 
removeAll(Collection) - Method in class WebFlow.BeanContextSupport
remove all specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
removeApplication(String, String) - Method in class extensions.gem.parseGOW
Uses the base BaseElement baseElem that we obtained in the init method.
removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class WebFlow.BeanContextSupport
Removes a BeanContextMembershipListener
removeBeanContextServicesListener(BeanContextServicesListener) - Method in class WebFlow.BeanContextServicesSupport
remove a BeanContextServicesListener
removeCharacters(String, String) - Method in class extensions.gem.GetFileBean
This method removes all control characters (like ^M) from the string in the argument.
removeChildContext(String) - Method in class extensions.gem.ContextBean
Remove a child context.
removeConnectionFromTarget(Object) - Method in class WebFlow.WebFlowContextOps
 
removeContext(Object) - Method in class WebFlow.WebFlowContextOps
 
removeContext(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeCurrentApplication() - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeCurrentProblem() - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeCurrentProblemChild(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeCurrentSession() - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeCurrentSession() - Method in class extensions.gem.ContextManagerBean
 
removeCurrentSessionChild(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeJob(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Removes the specificed job from the vector list
removeLocalChildren() - Method in class WebFlow.WebFlowContextOps
 
removeModule(Object) - Method in class WebFlow.WebFlowContextOps
 
removeModuleProxy(Object, boolean) - Method in class WebFlow.WebFlowContextOps
 
removeMyself() - Method in class WebFlow.BeanContextChildSupport
this method will catched by proxy which will remove this object and proxy itself
removeMyself() - Method in class WebFlow.WebFlowContextOps
 
removeParseJobNode(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Removes the specified node from the xml tree.
removeProblem(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeProblem(String) - Method in class extensions.gem.ContextManagerBean
 
removePropertyChangeListener(Object) - Method in class WebFlow.BeanContextChildSupport
 
removePropertyChangeListener(Object) - Method in class WebFlow.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
remove a property change listener
removePropertyChangeListener(String, Object) - Method in class WebFlow.PropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removeSpaces(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
removeVetoableChangeListener(Object) - Method in class WebFlow.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
remove a vetoable change listener
removeVetoableChangeListener(String, Object) - Method in class WebFlow.VetoableChangeSupport
Remove a VetoableChangeListener for a specific property.
removeWFServer(String) - Method in class WebFlow.WebFlowContextOps
 
removeWFServer(String) - Method in class WebFlow.configReaderImpl
 
removeWhiteSpaceNodes(Element) - Method in class extensions.gem.parseGOW
 
rename(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
replaceProblem() - Method in class WebFlow.ContextManager.ContextManagerImp
 
repository - Variable in class WebFlow.WebFlowContextImpl
 
requestTest(HttpServletRequest) - Method in class extensions.gem.AuthenticateBean
Test stuff out.
restoreChildContext(String) - Method in class extensions.gem.ContextBean
 
restoreChildContexts(WebFlowContext) - Method in class WebFlow.ContextManager.ContextManagerImp
 
restoreChildren(WebFlowContext) - Method in class extensions.gem.moduleServerBean
 
restoreContext(String) - Method in class extensions.gem.ContextBean
Restores the context from the specified directory.
restoreContext(WebFlowContext, String) - Method in class extensions.gem.moduleServerBean
 
restoreContextData(WebFlowContext, String) - Method in class WebFlow.hashtable.SaveContextImpl
 
restoreUserContextData(WebFlowContext, String) - Method in class WebFlow.hashtable.SaveContextImpl
 
retainAll(Collection) - Method in class WebFlow.BeanContextSupport
retain only specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
revokeService(String, BeanContextServiceProvider, boolean) - Method in class WebFlow.BeanContextServicesSupport
remove a service
rmdir(String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
rmParam(String) - Method in class WebFlow.hashtable.ContextDataImpl
 
run_old() - Method in class WebFlow.FactoryImpl
 
run() - Method in class WebFlow.printProcessOut
 
run() - Method in class WebFlow.FactoryImpl
 
runCommand(String[]) - Method in class extensions.gem.AuthenticateBean
 
runfireEvent(String, String) - Method in class WebFlow.Collaborator.CollaboratorImpl
Invoke the event.
runLogin(HttpServletRequest) - Method in class extensions.gem.AuthenticateBean
Runs the kinit-batch program to generate a kerberos ticket on the host.

S

saveAsFile(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
saveContextData(WebFlowContext) - Method in class WebFlow.hashtable.SaveContextImpl
 
SaveContextImpl - class WebFlow.hashtable.SaveContextImpl.
 
SaveContextImpl(Object, String) - Constructor for class WebFlow.hashtable.SaveContextImpl
 
saveDocToFile() - Method in class WebFlow.RemoteParse.RemoteParseImpl
Save the document to a file.
saveIOR(String, String) - Method in class WebFlow.RemoteFile.RemoteFileImp
 
scriptFactory - class extensions.gem.scriptFactory.
Program Name: scriptFactory.java Comments: This class contains a factory method for creating a specific subclass of the createScript class.
scriptFactory() - Constructor for class extensions.gem.scriptFactory
 
scriptString - Variable in class extensions.gem.createScript
 
selectApplication(String, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
selectProblem(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
selectSession(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
selectSession(String, String) - Method in class extensions.gem.ContextManagerBean
Sets the problem and session context data.
sendEvent_old(String, PropertyChangeEvent) - Method in class WebFlow.VetoableChangeSupport
 
sendEvent_old(String, PropertyChangeEvent) - Method in class WebFlow.PropertyChangeSupport
 
sendEvent(String, PropertyChangeEvent) - Method in class WebFlow.VetoableChangeSupport
 
sendEvent(String, PropertyChangeEvent) - Method in class WebFlow.PropertyChangeSupport
 
SerialHashImpl - class WebFlow.SerialHash.SerialHashImpl.
 
SerialHashImpl(Object, String) - Constructor for class WebFlow.SerialHash.SerialHashImpl
 
serializable - Variable in class WebFlow.BeanContextServicesSupport
 
serializeArray(String[], String) - Method in class WebFlow.hashtable.SaveContextImpl
 
Server - class WebFlow.Server.
Each WebFlow server will initiate its own IR server.
server_ - Variable in class WebFlow.configReaderImpl
 
Server() - Constructor for class WebFlow.Server
 
ServerName - Variable in class WebFlow.configReaderImpl
 
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class WebFlow.BeanContextChildSupport
a new service is available from the nesting BeanContext.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class WebFlow.BeanContextServicesSupport
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
serviceClass - Variable in class WebFlow.event.BeanContextServiceRevokedEventImpl
fields
serviceClass - Variable in class WebFlow.event.BeanContextServiceAvailableEventImpl
 
serviceProvider - Variable in class WebFlow.BeanContextServicesSupport.BCSSServiceProvider
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class WebFlow.BeanContextChildSupport
a service provided by the nesting BeanContext has been revoked.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class WebFlow.BeanContextServicesSupport
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class WebFlow.BeanContextServicesSupport.BCSSProxyServiceProvider
 
services - Variable in class WebFlow.BeanContextServicesSupport
all accesses to the protected transient HashMap services field should be synchronized on that object
setAsProxy(boolean) - Method in class WebFlow.BeanContextChildSupport
 
setAsServer() - Method in class WebFlow.BeanContextChildSupport
 
setBatchPath(String) - Method in class extensions.gem.AuthenticateBean
Accessor methods for the batchPath property
setBeanContext(Object) - Method in class WebFlow.BeanContextChildSupport
setBeanContext
setBeanContextChildPeer(Object) - Method in class WebFlow.BeanContextChildSupport
setBeanContextChildPeer
setBlockSize(int) - Method in class WebFlow.Charon.CharonServerImp
 
setBlockSize(short) - Method in class WebFlow.RemoteFile.RemoteFileImp
set block size for reading file
SetBlockSize(short) - Method in class WebFlow.RemoteFile.FileTransfer
SetBlockSize sets size of the block of data to be sent for each transfer
SetBlockSize(short) - Method in class extensions.gem.FileTransferBean
SetBlockSize sets size of the block of data to be sent for each transfer
setChildDeleted(String) - Method in class WebFlow.WebFlowContextOps
 
setClorAndMFI(int, moduleFactory) - Method in class WebFlow.WebFlowContextOps
 
setCM(ContextManager) - Method in class extensions.gem.setPropBean
 
setCM(ContextManagerBean) - Method in class extensions.gem.setPropBean
 
setCollabMode(int) - Method in class WebFlow.Collaborator.CollaboratorImpl
set the collaboration mode
setCollabProperties(String) - Method in class WebFlow.Collaborator.CollaboratorImpl
set the propertiy file.
setConfigSettings(configReader) - Method in class WebFlow.WebFlowContextOps
 
setContextData(WebFlowContext, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setContextData(WebFlowContext, String, String) - Method in class WebFlow.hashtable.SaveContextImpl
 
setContextMData(WebFlowContext, String[], String[]) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setContextName(String) - Method in class WebFlow.WebFlowContextOps
 
setContextValue(String, String) - Method in class extensions.gem.ContextBean
 
setCurrentApplication(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentApplicationProperty(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentContexts() - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentProblem(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentProblemProperty(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentProblemProperty(String, String) - Method in class extensions.gem.ContextManagerBean
 
setCurrentSession(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentSessionProperty(String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setCurrentSessionProperty(String, String) - Method in class extensions.gem.ContextManagerBean
 
setEventFlag(boolean) - Method in class WebFlow.Collaborator.CollaboratorImpl
set event flag
setFileURLName(String) - Method in class WebFlow.configReaderImpl
 
setFlowModel(int) - Method in class WebFlow.HookupTarget
 
setInterfaceDesc(Object, InterfaceDef) - Method in class WebFlow.ProxyImpl
 
setIOArrayRequests(HttpServletRequest, boolean) - Method in class extensions.gem.setPropBean
 
setIsMaster(boolean) - Method in class WebFlow.Collaborator.CollaboratorImpl
set Master or slave
setKerberosID(String) - Method in class WebFlow.Charon.CharonServerImp
 
setMyContainer(String, NVList) - Method in class WebFlow.ProxyImpl
 
setMyProxy(Object) - Method in class WebFlow.BeanContextChildSupport
 
setNE(nameEncodeBean) - Method in class extensions.gem.setPropBean
 
setNewApplication(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setNewProblem(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setNewSession(WebFlowContext, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setObjectID(String) - Method in class WebFlow.BeanContextChildSupport
 
setOrb(ORB) - Method in class WebFlow.BeanContextChildSupport
 
setOtherMFImpl(moduleFactory, int) - Method in class WebFlow.FactoryImpl
 
setParam(String, String) - Method in class WebFlow.hashtable.ContextDataImpl
 
setProblemContext(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setPropagatedFrom(BeanContext) - Method in class WebFlow.event.BeanContextEventImpl
 
setPropagationId(Object) - Method in class WebFlow.event.PropertyChangeEventImpl
 
setPropBean - class extensions.gem.setPropBean.
Program Name: setPropBean.java Comments: Store information needed to construct the queue script from the request Object
setPropBean() - Constructor for class extensions.gem.setPropBean
 
setPropertyName(String) - Method in class WebFlow.event.PropertyChangeEventImpl
 
setRequests(HttpServletRequest) - Method in class extensions.gem.setPropBean
 
setRootDir(String) - Method in class extensions.gem.GetFileBean
 
setServerRequest(ServerRequest) - Method in class WebFlow.WebFlowContextOps
 
setSessionContext(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setSessionCookie(String) - Method in class WebFlow.Charon.CharonServerImp
 
setSessionData(WebFlowContext, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setSessionMData(WebFlowContext, String[], String[]) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setShortName(String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setSI(jobInfoBean) - Method in class extensions.gem.setPropBean
 
setTablePair(String, String) - Method in class extensions.gem.jobInfoBean
 
setUpLogin(HttpServletRequest, HttpServletResponse) - Method in class extensions.gem.AuthenticateBean
Run the kinit script and assign the member data.
setUserContextData(WebFlowContext, String, String) - Method in class WebFlow.ContextManager.ContextManagerImp
 
setUserId(String) - Method in class WebFlow.Collaborator.CollaboratorImpl
set user name as I.D.
setUserProperty(String, String) - Method in class extensions.gem.ContextManagerBean
 
setXML(parseXMLBean) - Method in class extensions.gem.setPropBean
 
size() - Method in class WebFlow.BeanContextSupport
 
size() - Method in class WebFlow.event.BeanContextMembershipEventImpl
how many children are effected by the notification
source - Variable in class WebFlow.HookupTarget
 
source - Variable in class WebFlow.event.BeanContextEventImpl
The object on which the Event initially occurred.
sourceObjectID - Variable in class WebFlow.HookupTarget
 
start(Object) - Method in class WebFlow.WebFlowContextOps
 
startDebug(Process) - Method in class WebFlow.configReaderImpl
 
startIntRep() - Static method in class WebFlow.Server
expalin
startModuleFactory() - Method in class WebFlow.WebFlowContextImpl
 
startProcess() - Method in class WebFlow.printProcessOut
 
stopSession() - Method in class WebFlow.ContextManager.ContextManagerImp
 
stringToFile(String, String) - Method in class extensions.gem.GetFileBean
This method probably needs to be checked for compatibility between DOS and Unix.
SubmitCommand - class extensions.gem.SubmitCommand.
Define the command for an item in the "Submit Job" menu.
SubmitCommand(String) - Constructor for class extensions.gem.SubmitCommand
 
submitJobImpl - class WebFlow.submitJob.submitJobImpl.
 
submitJobImpl(Object, String) - Constructor for class WebFlow.submitJob.submitJobImpl
 

T

target - Variable in class WebFlow.HookupTarget
 
test() - Method in class WebFlow.Charon.CharonObserverImp
 
test() - Method in class WebFlow.Charon.CharonServerImp
 
test() - Method in class WebFlow.Collaborator.CollaboratorImpl
Testing whether or not the collaborator mudole is up
test() - Method in class WebFlow.ContextManager.ContextManagerImp
 
test() - Method in class WebFlow.FB.FBServerImpl
 
test() - Method in class WebFlow.RemoteParse.RemoteParseImpl
 
test() - Method in class WebFlow.SerialHash.SerialHashImpl
 
test() - Method in class WebFlow.hashtable.SaveContextImpl
 
test() - Method in class WebFlow.hashtable.ContextDataImpl
 
test() - Method in class WebFlow.RemoteFile.MoveFileImp
 
test() - Method in class WebFlow.RemoteFile.RemoteFileImp
 
test() - Method in class WebFlow.submitJob.submitJobImpl
 
test() - Method in class extensions.gem.AuthenticateBean
 
test() - Method in class extensions.gem.ContextManagerBean
 
test() - Method in class extensions.gem.parseXMLBean
 
toArray() - Method in class WebFlow.BeanContextSupport
 
toArray() - Method in class WebFlow.event.BeanContextMembershipEventImpl
 
toArrayInList(Object[]) - Method in class WebFlow.BeanContextSupport
 
toLongString() - Method in class extensions.gem.parseXMLList
 
toString() - Method in class extensions.gem.parseXMLList
 
transfered(int) - Method in interface WebFlow.RemoteFile.FTcallback
 

U

updateParseJobNode(String) - Method in class WebFlow.RemoteParse.RemoteParseImpl
Updates the xml file.

V

val() - Method in class WebFlow.HookupSource
 
validatePendingAdd(Object) - Method in class WebFlow.BeanContextSupport
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext.
validatePendingRemove(Object) - Method in class WebFlow.BeanContextSupport
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext.
validatePendingSetBeanContext(Object) - Method in class WebFlow.BeanContextChildSupport
called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.
validateRequest(HttpServletRequest) - Method in class extensions.gem.AuthenticateBean
Check for the cookie's existence, compare its value to the stored session value, and also check the remote client's IP address.
vcSupport - Variable in class WebFlow.BeanContextChildSupport
 
VetoableChangeSupport - class WebFlow.VetoableChangeSupport.
This is a utility class that can be used by beans that support constrained properties.
VetoableChangeSupport(Object, BeanContextChildSupport) - Constructor for class WebFlow.VetoableChangeSupport
 
vetoablePropertyChange(PropertyChangeEvent) - Method in class WebFlow.WebFlowContextOps
 

W

waitfordata() - Method in class WebFlow.Charon.CharonServerImp
 
waitUntilRemoteReady(Object) - Method in class WebFlow.FactoryImpl
 
waitUntilSlaveReady(Object) - Method in class WebFlow.WebFlowContextOps
 
WebFlow - package WebFlow
WebFlow API (Middleware) This API consists of eleven major packages: WebFlow API WebFlow Event API WebFlow module -- Charon API WebFlow module -- Collaborator API WebFlow module -- Context Manager API WebFlow module -- File Browser API WebFlow module -- Remote Parse API WebFlow module -- Serial hashtable API WebFlow module -- hashtable API WebFlow module -- Remote File API WebFlow module -- submit Job API

_

_equals(Object) - Method in class WebFlow.BeanContextSupport
 
_hashCode() - Method in class WebFlow.BeanContextSupport
 
_ids() - Method in class WebFlow.ProxyImpl
 
_ids() - Method in class WebFlow.WebFlowContextImpl
 

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