IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.command
Interface Command<ContextType,ReturnType,E extends java.lang.Exception>

All Known Implementing Classes:
AbstractCommand, CommandChain, GZIPInputStreamCmd, GZIPOutputStreamCmd, ProcessRequestCltCmd, ProcessRequestCmd, ProcessResponseCltCmd, ProcessResponseCmd, RemoteAbstractCmd, ServiceProcessorCmd

public interface Command<ContextType,ReturnType,E extends java.lang.Exception>

The interface class is the parent interface for all command


Method Summary
 ReturnType execute(ContextType context)
          If return true, faces the including chain to be terminated, if return false, the including chain will continue.
 

Method Detail

execute

ReturnType execute(ContextType context)
                   throws E extends java.lang.Exception
If return true, faces the including chain to be terminated, if return false, the including chain will continue.

Parameters:
context -
Returns:
Throws:
java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011