com.ibm.workflow.servlet.client
Class MonitorHandler

java.lang.Object
  |
  +--com.ibm.workflow.servlet.client.GenericCommandHandler
        |
        +--com.ibm.workflow.servlet.client.MonitorHandler
All Implemented Interfaces:
CommandHandler

public class MonitorHandler
extends GenericCommandHandler


Field Summary
static java.lang.String TYPE_BLOCK
           
static java.lang.String TYPE_SUB_PROCESS
           
 
Method Summary
 java.lang.String getHandlerInfo()
          Returns a String that contains information about the handler such as its author, version, and copyright information.
 java.lang.String getTriggerTagFor(int list, RequestContext context)
          Returns a String that contains HTML code to trigger a user defined command.
 ResponsePage showMonitor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 ResponsePage showMonitorImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.ibm.workflow.servlet.client.GenericCommandHandler
destroy, execute, getConfig, getContext, getCredentials, getSessionContext, init, onLogoff, onLogon
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_BLOCK

public static final java.lang.String TYPE_BLOCK

TYPE_SUB_PROCESS

public static final java.lang.String TYPE_SUB_PROCESS
Method Detail

getHandlerInfo

public java.lang.String getHandlerInfo()
Description copied from class: GenericCommandHandler
Returns a String that contains information about the handler such as its author, version, and copyright information. You must override this method before it returns this information. If you do not override this method, it returns the class name.
Overrides:
getHandlerInfo in class GenericCommandHandler
Following copied from class: com.ibm.workflow.servlet.client.GenericCommandHandler
Returns:
The class name until you override this method

getTriggerTagFor

public java.lang.String getTriggerTagFor(int list,
                                         RequestContext context)
Description copied from class: GenericCommandHandler
Returns a String that contains HTML code to trigger a user defined command.
Overrides:
getTriggerTagFor in class GenericCommandHandler
Following copied from class: com.ibm.workflow.servlet.client.GenericCommandHandler
Parameters:
list - Denotes the list for which the trigger tag is queried.
context - The RequestContext which was passed to the Viewer calling this method.
Returns:
An empty String until you override this method.

showMonitor

public ResponsePage showMonitor(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws ClientException

showMonitorImage

public ResponsePage showMonitorImage(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws ClientException


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