IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton.html
Class HtmlProcessorInfo

java.lang.Object
  extended by com.ibm.btt.automaton.html.HtmlProcessorInfo
All Implemented Interfaces:
java.io.Serializable

public class HtmlProcessorInfo
extends java.lang.Object
implements java.io.Serializable

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'.

See Also:
Serialized Form

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

HtmlProcessorInfo

public HtmlProcessorInfo()
HTMLProcessorInfo constructor.

Method Detail

getContextId

public java.lang.String getContextId()
Returns the context id attribute of this processor.

Returns:
java.lang.String

getCurrentStateInfo

public HtmlStateInfo getCurrentStateInfo()
Returns the state information attribute of this object.

Returns:
com.ibm.btt.automaton.html.HtmlStateInfo

getId

public java.lang.String getId()
Insert the method's description here. Creation date: (8/28/2001 4:00:05 PM)

Returns:
java.lang.String

getParentAppSessionId

public java.lang.String getParentAppSessionId()
Gets the parentAppSessionId

Returns:
Returns a String

getParentId

public java.lang.String getParentId()
Returns the parent id attribute of this objetc.

Returns:
java.lang.String

getParentSessionId

public java.lang.String getParentSessionId()
Gets the parentSessionId

Returns:
Returns a String

getProcessorName

public java.lang.String getProcessorName()
Returns the processor name attribute of this object.

Returns:
java.lang.String

getProcessorStatus

public java.lang.String getProcessorStatus()
Returns the processor status attribute of this object.

Returns:
java.lang.String

getProcessorTimeout

public java.lang.Long getProcessorTimeout()
Insert the method's description here. Creation date: (8/28/2001 12:50:36 PM)

Returns:
java.lang.Long

getTimeStamp

public java.lang.Long getTimeStamp()
Insert the method's description here. Creation date: (8/28/2001 12:50:36 PM)

Returns:
java.lang.Long

isExpired

public boolean isExpired()
Insert the method's description here. Creation date: (8/28/2001 3:10:47 PM)

Returns:
boolean

setContextId

public void setContextId(java.lang.String newContextId)
Sets the context id attribute of this processor.

Parameters:
newParentId - java.lang.String

setCurrentStateInfo

public void setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
Sets the state information attribute of this object.

Parameters:
newCurrentStateInfo - com.ibm.btt.automaton.html.HtmlStateInfo

setExpired

public void setExpired(boolean newExpired)
Insert the method's description here. Creation date: (8/28/2001 3:10:47 PM)

Parameters:
newExpired - boolean

setId

public void setId(java.lang.String newId)
Insert the method's description here. Creation date: (8/28/2001 4:00:05 PM)

Parameters:
newId - java.lang.String

setParentAppSessionId

public void setParentAppSessionId(java.lang.String parentAppSessionId)
Sets the parentAppSessionId

Parameters:
parentAppSessionId - The parentAppSessionId to set

setParentId

public void setParentId(java.lang.String newParentId)
Sets the parent id attribute of this object.

Parameters:
newParentId - java.lang.String

setParentSessionId

public void setParentSessionId(java.lang.String parentSessionId)
Sets the parentSessionId

Parameters:
parentSessionId - The parentSessionId to set

setProcessorName

public void setProcessorName(java.lang.String newProcessName)
Sets the processor name attribute of this object.

Parameters:
newProcessName - java.lang.String

setProcessorStatus

public void setProcessorStatus(java.lang.String newProcessorStatus)
Sets the processor status attribute of this object.

Parameters:
newProcessorStatus - java.lang.String

setProcessorTimeout

public void setProcessorTimeout(java.lang.Long newProcessorTimeout)
Insert the method's description here. Creation date: (8/28/2001 12:50:36 PM)

Parameters:
newProcessorTimeout - java.lang.Long

setTimeStamp

public void setTimeStamp(java.lang.Long newTimeStamp)
Insert the method's description here. Creation date: (8/28/2001 12:50:36 PM)

Parameters:
newTimeStamp - java.lang.Long

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010