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

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

Methods in com.ibm.workflow.servlet.client that return Config
 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 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.
 void GenericCommandHandler.init(Config config)
          This method must be called by subclasses in their init() method.
 void Viewer.init(Config config)
          This method is called after the Web Client's servlet has been initialized.
 

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

Methods in com.ibm.workflow.servlet.sample with parameters of type Config
 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.
 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.
 



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