com.tonbeller.wcf.component
Interface LifeCycle

All Known Subinterfaces:
Component, ITableComponent, NestableComponent
All Known Implementing Classes:
ComponentSupport, EditableTableComponent, NestableComponentSupport, TableComponent

public interface LifeCycle

Lifecycle of WCF Components

Author:
av

Method Summary
 void destroy(javax.servlet.http.HttpSession session)
          finalizes the component.
 void initialize(RequestContext context)
          initializes the component.
 

Method Detail

initialize

public void initialize(RequestContext context)
                throws java.lang.Exception
initializes the component. Called once after construction.

Throws:
java.lang.Exception

destroy

public void destroy(javax.servlet.http.HttpSession session)
             throws java.lang.Exception
finalizes the component. Called once on session timeout

Throws:
java.lang.Exception