com.raritantechnologies.searchApp.scheduler
Interface ISessionProcess

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CurrentResultsProcessor

public interface ISessionProcess
extends IConfigurable

Executes a session-scoped process.


Method Summary
 void executeProcess(RaritanPageContext currentContext)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

executeProcess

public void executeProcess(RaritanPageContext currentContext)