Uses of Class
com.ibm.workflow.servlet.client.Config

Packages that use Config
com.ibm.workflow.servlet.client   
com.ibm.workflow.servlet.sample   
 

Uses of Config in com.ibm.workflow.servlet.client
 

Methods in com.ibm.workflow.servlet.client that return Config
 Config ApplicationContextProxy.getConfig()
           
 Config ApplicationContext.getConfig()
          This method allows to access the Web Client's configuration.
 Config GenericCommandHandler.getConfig()
          This method allows subclasses to access the Web Client's configuration.
 

Methods in com.ibm.workflow.servlet.client with parameters of type Config
 void Viewer.init(Config config)
          This method is called after the Web Client's servlet has been initialized.
 void GenericCommandHandler.init(Config config)
          This method must be called by subclasses in their init() method.
 void JSPViewer.init(Config config)
           
 void EnhancedJSPViewer.init(Config config)
           
 void CommandHandler.init(Config config)
          This method is called by the Web Client in its servlet's init() method.
 void DefaultViewer.init(Config config)
          Initializes this class according to the [DefaultViewer] section in the servlet configuration file.
 

Uses of Config in com.ibm.workflow.servlet.sample
 

Methods in com.ibm.workflow.servlet.sample with parameters of type Config
 void EmailHandler.init(Config cfg)
          Initializes the handler and caches the SMTP host, if configured.
 void StarterPEAHandler.init(Config config)
          Initializes the handler and caches the Web user, if configured.
 void AuditTrailHandler.init(Config cfg)
          During initialization, the handler opens a JDBC connection to the MQWF runtime database (either on the local host or on a remote host [depending on the presence of the 'DB2Server' property in the configuration file]).
 void CommandHandlerAdapter.init(Config cfg)
          This method is called by the Web Client in its servlet's init() method.
 



© Copyright IBM Corporation 1999, 2008. All Rights Reserved.