IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton
Class InterStateFormatSupport

java.lang.Object
  extended by com.ibm.btt.automaton.InterStateFormatSupport

public class InterStateFormatSupport
extends java.lang.Object

The InterStateFormatSupport class provide key features for InterStateFormat support. It only provide static methods


Constructor Summary
InterStateFormatSupport()
           
 
Method Summary
static void checkAndAssignActionCotext(InterStateFormatEnabledProcessor processor, Context oldContext)
          Check if a previous action context has been assigned, if not, set one
static void clearInfoForFormat(InterStateFormatEnabledProcessor processor)
          Clear context and format tag stored in processer
static Context startFormat(InterStateFormatEnabledProcessor processor, Context toContext)
          Using the action context and format tag in processor to map data to the specified context
static void storeActionCotext(InterStateFormatEnabledProcessor processor, Context paContext)
          State an action context to the processor for future format
static void storeFormatTag(InterStateFormatEnabledProcessor processor, Tag formatTag)
          State a format tag for formatting later
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterStateFormatSupport

public InterStateFormatSupport()
Method Detail

storeActionCotext

public static void storeActionCotext(InterStateFormatEnabledProcessor processor,
                                     Context paContext)
                              throws DSEException
State an action context to the processor for future format

Throws:
DSEException

checkAndAssignActionCotext

public static void checkAndAssignActionCotext(InterStateFormatEnabledProcessor processor,
                                              Context oldContext)
                                       throws DSEException
Check if a previous action context has been assigned, if not, set one

Throws:
DSEException

storeFormatTag

public static void storeFormatTag(InterStateFormatEnabledProcessor processor,
                                  Tag formatTag)
                           throws DSEException
State a format tag for formatting later

Throws:
DSEException

clearInfoForFormat

public static void clearInfoForFormat(InterStateFormatEnabledProcessor processor)
Clear context and format tag stored in processer


startFormat

public static Context startFormat(InterStateFormatEnabledProcessor processor,
                                  Context toContext)
                           throws DSEException
Using the action context and format tag in processor to map data to the specified context

Throws:
DSEException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009