|
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.automaton.InterStateFormatSupport
public class InterStateFormatSupport
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 |
---|
public InterStateFormatSupport()
Method Detail |
---|
public static void storeActionCotext(InterStateFormatEnabledProcessor processor, Context paContext) throws DSEException
DSEException
public static void checkAndAssignActionCotext(InterStateFormatEnabledProcessor processor, Context oldContext) throws DSEException
DSEException
public static void storeFormatTag(InterStateFormatEnabledProcessor processor, Tag formatTag) throws DSEException
DSEException
public static void clearInfoForFormat(InterStateFormatEnabledProcessor processor)
public static Context startFormat(InterStateFormatEnabledProcessor processor, Context toContext) throws DSEException
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |