IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.remote.common
Class AbstractCommand<T,E extends java.lang.Exception>

java.lang.Object
  extended by com.ibm.btt.remote.common.AbstractCommand<T,E>
All Implemented Interfaces:
Command<T,java.lang.String,E>
Direct Known Subclasses:
RemoteAbstractCmd

public abstract class AbstractCommand<T,E extends java.lang.Exception>
extends java.lang.Object
implements Command<T,java.lang.String,E>


Field Summary
protected  BTTLog bttLog
           
 
Constructor Summary
AbstractCommand()
           
 
Method Summary
 java.lang.String execute(T context)
          If return true, faces the including chain to be terminated, if return false, the including chain will continue.
protected  void postProcess(T context)
           
protected  boolean preProcess(T context)
           
protected abstract  java.lang.String process(T context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bttLog

protected BTTLog bttLog
Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

execute

public final java.lang.String execute(T context)
                               throws E extends java.lang.Exception
Description copied from interface: Command
If return true, faces the including chain to be terminated, if return false, the including chain will continue.

Specified by:
execute in interface Command<T,java.lang.String,E extends java.lang.Exception>
Returns:
Throws:
E extends java.lang.Exception

process

protected abstract java.lang.String process(T context)
                                     throws E extends java.lang.Exception
Throws:
E extends java.lang.Exception

preProcess

protected boolean preProcess(T context)
                      throws E extends java.lang.Exception
Throws:
E extends java.lang.Exception

postProcess

protected void postProcess(T context)
                    throws E extends java.lang.Exception
Throws:
E extends java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009