portal.main
Interface I_PortalBootClass

All Known Implementing Classes:
PortalActionContext, PortalDictionaryFactory, PortalEventDispatcher, PortalJdbcPoolFactory, PortalMessageBundleCache, PortalRequestContextCache, PortalScheduler, PortalSessionStore

public interface I_PortalBootClass

A boot class is initialized when the OpenVend application starts, and destroyed when the OpenVend application is stopped.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Method Summary
 void destroy()
           
 void init(PortalApplication portalApplication, PortalConfiguration portalConfig)
           
 

Method Detail

init

public void init(PortalApplication portalApplication,
                 PortalConfiguration portalConfig)
          throws PortalException
Throws:
PortalException

destroy

public void destroy()