Uses of Interface
com.ibm.workflow.portlet.client.CommandHandler

Packages that use CommandHandler
com.ibm.workflow.portlet.client   
com.ibm.workflow.portlet.sample   
 

Uses of CommandHandler in com.ibm.workflow.portlet.client
 

Classes in com.ibm.workflow.portlet.client that implement CommandHandler
 class AdminLogonHandler
           
 class GenericCommandHandler
          This class provides a generic implementation of CommandHandler's execute() method which maps the command name directly to the name of the method to be invoked and allows easy access to the ApplicationContext.
 class MonitorHandler
           
 

Uses of CommandHandler in com.ibm.workflow.portlet.sample
 

Classes in com.ibm.workflow.portlet.sample that implement CommandHandler
 class AuditTrailHandler
          This CommandHandler accesses the IBM WebSphere MQ Workflow audit trail using JDBC and returns the event data in XML format.
 class BasicAuthenticationHandler
          This CommandHandler extracts the HTTP/1.1 Basic Authentication header from a request and uses it to logon on to IBM WebSphere MQ Workflow, if present.
 class CommandHandlerAdapter
          CommandHandlerAdapter acts as a CommandHandler which aggregates other CommandHandlers.
 class EmailHandler
          A custom handler which will send a notification email to the receiver of a transferred item.
 class HTMLDocHandler
          This class provides a link from process template lists to the HTML documentation exported from Buildtime.
 class ShowConfigHandler
           
 class StarterPEAHandler
          This CommandHandler automatically starts and stops the Program Execution Agent for the Web user.
 



© Copyright IBM Corporation 2002, 2007. All Rights Reserved.