|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.remote.common.AbstractCommand<T,E>
public abstract class AbstractCommand<T,E extends java.lang.Exception>
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 |
---|
protected BTTLog bttLog
Constructor Detail |
---|
public AbstractCommand()
Method Detail |
---|
public final java.lang.String execute(T context) throws E extends java.lang.Exception
Command
execute
in interface Command<T,java.lang.String,E extends java.lang.Exception>
E extends java.lang.Exception
protected abstract java.lang.String process(T context) throws E extends java.lang.Exception
E extends java.lang.Exception
protected boolean preProcess(T context) throws E extends java.lang.Exception
E extends java.lang.Exception
protected void postProcess(T context) throws E extends java.lang.Exception
E extends java.lang.Exception
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |