|
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.html.HtmlStateInfo
public class HtmlStateInfo
This class represents a persistent storage entity for an HTML processor state.
Field Summary | |
---|---|
protected Hashtable |
transitionContexts
|
Constructor Summary | |
---|---|
HtmlStateInfo()
HtmlStateInfo constructor. |
Method Summary | |
---|---|
void |
addDataElementToTransitionContext(java.lang.String transitionName,
java.lang.String dataName)
Stores the data element name to be added to the transiton context for the specified transition. |
void |
createTransitionContext(java.lang.String transitionName,
Vector dataNames)
Stores the data element names to be created for transiton context for the specified transition with the set of dataNames. |
java.lang.String |
getStateName()
Returns the state name property. |
TCInfo |
getTCInfo(java.lang.String transitionName)
|
java.lang.String |
getTransitionParameter(java.lang.String transitionName,
java.lang.String paramName)
Gets the value for the parameter named paramName for a transitionName of this state Returns null if the parameter is not defined for the transaction |
boolean |
isIgnoresEntryActions()
Returns the entry actions attribute of this class. |
boolean |
isIgnoresReturnType()
Returns the ignore return type property. |
boolean |
isRunningFlag()
Returns the isRunning property. |
void |
removeDataElementFromTransitionContext(java.lang.String transitionName,
java.lang.String dataName)
Stores the data element name to be removed from the transiton context for the specified transition. |
void |
setIgnoresEntryActions(boolean newIgnoresEntryActions)
Sets the entry actions property. |
void |
setIgnoresReturnType(boolean newIgnoresReturnType)
Sets the ignore return type property. |
void |
setRunningFlag(boolean newRunningFlag)
Sets the isRunning property. |
void |
setStateName(java.lang.String newStateName)
Sets the state name property. |
void |
setTransitionParameter(java.lang.String transitionName,
java.lang.String paramName,
java.lang.String paramValue)
Sets a parameter given by paramName with a value given by paramValue for a transitionName of this state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Hashtable transitionContexts
Constructor Detail |
---|
public HtmlStateInfo()
Method Detail |
---|
public void addDataElementToTransitionContext(java.lang.String transitionName, java.lang.String dataName)
String
- -
The transition nameString
- -
The name of the data element to be addedpublic void createTransitionContext(java.lang.String transitionName, Vector dataNames) throws DSEException
String
- -
The transition nameVector
- -
A vector with the data element names to be added
DSEException
public java.lang.String getStateName()
public TCInfo getTCInfo(java.lang.String transitionName)
transitionName
-
public java.lang.String getTransitionParameter(java.lang.String transitionName, java.lang.String paramName)
String
- -
The transitionNameString
- -
The parameter name
public boolean isIgnoresEntryActions()
public boolean isIgnoresReturnType()
public boolean isRunningFlag()
public void removeDataElementFromTransitionContext(java.lang.String transitionName, java.lang.String dataName)
String
- -
The transition nameString
- -
The name of the data element to be removedpublic void setIgnoresEntryActions(boolean newIgnoresEntryActions)
newIgnoresEntryActions
- booleanpublic void setIgnoresReturnType(boolean newIgnoresReturnType)
newIgnoresReturnType
- booleanpublic void setRunningFlag(boolean newRunningFlag)
newRunningFlag
- booleanpublic void setStateName(java.lang.String newStateName)
newStateName
- java.lang.Stringpublic void setTransitionParameter(java.lang.String transitionName, java.lang.String paramName, java.lang.String paramValue)
String
- -
The transitionNameString
- -
The parameter nameString
- -
The parameter value
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |