atg.multisite
Interface SiteSessionEndProcessor


public interface SiteSessionEndProcessor

An interface for components that handle the expiration of a SiteSession


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void processSiteSessionEnd(SiteSession pSiteSession)
          process the expiration of a SiteSession
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

processSiteSessionEnd

void processSiteSessionEnd(SiteSession pSiteSession)
process the expiration of a SiteSession

Parameters:
pSiteSession - the site session that is ending