IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.remote.common
Class RemoteAbstractCmd

java.lang.Object
  extended by com.ibm.btt.remote.common.AbstractCommand<RemoteContext,BTTRemoteException>
      extended by com.ibm.btt.remote.common.RemoteAbstractCmd
All Implemented Interfaces:
Command<RemoteContext,java.lang.String,BTTRemoteException>
Direct Known Subclasses:
GZIPInputStreamCmd, GZIPOutputStreamCmd, ProcessRequestCltCmd, ProcessRequestCmd, ProcessResponseCltCmd, ProcessResponseCmd, ServiceProcessorCmd

public abstract class RemoteAbstractCmd
extends AbstractCommand<RemoteContext,BTTRemoteException>


Field Summary
 
Fields inherited from class com.ibm.btt.remote.common.AbstractCommand
bttLog
 
Constructor Summary
RemoteAbstractCmd()
           
 
Method Summary
protected abstract  void doProcess(RemoteContext context)
           
protected  java.lang.String process(RemoteContext context)
           
 
Methods inherited from class com.ibm.btt.remote.common.AbstractCommand
execute, postProcess, preProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAbstractCmd

public RemoteAbstractCmd()
Method Detail

process

protected final java.lang.String process(RemoteContext context)
                                  throws BTTRemoteException
Specified by:
process in class AbstractCommand<RemoteContext,BTTRemoteException>
Throws:
BTTRemoteException

doProcess

protected abstract void doProcess(RemoteContext context)
                           throws BTTRemoteException
Throws:
BTTRemoteException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011