com.raritantechnologies.federated.eRoom
Class ERoomTimeStampProcess

java.lang.Object
  extended bycom.raritantechnologies.federated.eRoom.ERoomTimeStampProcess
All Implemented Interfaces:
IConfigurable, IStepProcess

public class ERoomTimeStampProcess
extends java.lang.Object
implements IStepProcess

Implementation of IStepProcess used with XMLURLDriller that inserts a timestamp cookie into the current Cookie set.

XML Configuration Template:
   <StepProcess class="com.raritantechnologies.federated.eRoom.ERoomTimeStampProcess" 
                   sessionCookie="[ name of eRoom session cookie ]" />
 

Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
ERoomTimeStampProcess()
           
 
Method Summary
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 java.lang.String processStep(ILoginInfo sourceLogin, org.w3c.dom.Element step, OrderedMap cookies, java.util.Map chainedParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERoomTimeStampProcess

public ERoomTimeStampProcess()
Method Detail

processStep

public java.lang.String processStep(ILoginInfo sourceLogin,
                                    org.w3c.dom.Element step,
                                    OrderedMap cookies,
                                    java.util.Map chainedParams)
Specified by:
processStep in interface IStepProcess

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable