|
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.HtmlProcessorInfo
public class HtmlProcessorInfo
This class represents a stored HTML processor object. It contains all the information necessary for taking a 'snapshot' of a processor at a given time, and restoring later to the state it was in at the moment of the 'snapshot'.
Constructor Summary | |
---|---|
HtmlProcessorInfo()
HTMLProcessorInfo constructor. |
Method Summary | |
---|---|
java.lang.String |
getContextId()
Returns the context id attribute of this processor. |
HtmlStateInfo |
getCurrentStateInfo()
Returns the state information attribute of this object. |
java.lang.String |
getId()
Insert the method's description here. |
java.lang.String |
getParentAppSessionId()
Gets the parentAppSessionId |
java.lang.String |
getParentId()
Returns the parent id attribute of this objetc. |
java.lang.String |
getParentSessionId()
Gets the parentSessionId |
java.lang.String |
getProcessorName()
Returns the processor name attribute of this object. |
java.lang.String |
getProcessorStatus()
Returns the processor status attribute of this object. |
java.lang.Long |
getProcessorTimeout()
Insert the method's description here. |
java.lang.Long |
getTimeStamp()
Insert the method's description here. |
boolean |
isExpired()
Insert the method's description here. |
void |
setContextId(java.lang.String newContextId)
Sets the context id attribute of this processor. |
void |
setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
Sets the state information attribute of this object. |
void |
setExpired(boolean newExpired)
Insert the method's description here. |
void |
setId(java.lang.String newId)
Insert the method's description here. |
void |
setParentAppSessionId(java.lang.String parentAppSessionId)
Sets the parentAppSessionId |
void |
setParentId(java.lang.String newParentId)
Sets the parent id attribute of this object. |
void |
setParentSessionId(java.lang.String parentSessionId)
Sets the parentSessionId |
void |
setProcessorName(java.lang.String newProcessName)
Sets the processor name attribute of this object. |
void |
setProcessorStatus(java.lang.String newProcessorStatus)
Sets the processor status attribute of this object. |
void |
setProcessorTimeout(java.lang.Long newProcessorTimeout)
Insert the method's description here. |
void |
setTimeStamp(java.lang.Long newTimeStamp)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlProcessorInfo()
Method Detail |
---|
public java.lang.String getContextId()
public HtmlStateInfo getCurrentStateInfo()
public java.lang.String getId()
public java.lang.String getParentAppSessionId()
public java.lang.String getParentId()
public java.lang.String getParentSessionId()
public java.lang.String getProcessorName()
public java.lang.String getProcessorStatus()
public java.lang.Long getProcessorTimeout()
public java.lang.Long getTimeStamp()
public boolean isExpired()
public void setContextId(java.lang.String newContextId)
newParentId
- java.lang.Stringpublic void setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
newCurrentStateInfo
- com.ibm.btt.automaton.html.HtmlStateInfopublic void setExpired(boolean newExpired)
newExpired
- booleanpublic void setId(java.lang.String newId)
newId
- java.lang.Stringpublic void setParentAppSessionId(java.lang.String parentAppSessionId)
parentAppSessionId
- The parentAppSessionId to setpublic void setParentId(java.lang.String newParentId)
newParentId
- java.lang.Stringpublic void setParentSessionId(java.lang.String parentSessionId)
parentSessionId
- The parentSessionId to setpublic void setProcessorName(java.lang.String newProcessName)
newProcessName
- java.lang.Stringpublic void setProcessorStatus(java.lang.String newProcessorStatus)
newProcessorStatus
- java.lang.Stringpublic void setProcessorTimeout(java.lang.Long newProcessorTimeout)
newProcessorTimeout
- java.lang.Longpublic void setTimeStamp(java.lang.Long newTimeStamp)
newTimeStamp
- java.lang.Long
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |