Uses of Package
com.instantbank.lettertemplate.control.ejb

Packages that use com.instantbank.lettertemplate.control.ejb
com.instantbank.lettertemplate.control.ejb This is the MVC Controller EJB for Letters subsystem. 
com.instantbank.lettertemplate.control.ejb.handlers These are handler classes for the MVC Controller EJB of Letters subsystem (one by use case). 
com.instantbank.lettertemplate.control.util These are utilities for MVC controller of Letters subsystem. 
com.instantbank.lettertemplate.control.web This is the MVC Controller SERVLET for Letters subsystem. 
 

Classes in com.instantbank.lettertemplate.control.ejb used by com.instantbank.lettertemplate.control.ejb
LetterTemplateController
          This is the EJB-tier controller of the MVC.
LetterTemplateControllerEJB
          Session Bean implementation for LetterTemplateController EJB.
ModelUpdateManager
          This class uses the LetterTemplateEvent type to deduce the list of models that need to be updated because of this event.
StateMachine
          This class is a Universal front back end of an application which ties all EJB components together dynamically at runtime.
 

Classes in com.instantbank.lettertemplate.control.ejb used by com.instantbank.lettertemplate.control.ejb.handlers
StateMachine
          This class is a Universal front back end of an application which ties all EJB components together dynamically at runtime.
 

Classes in com.instantbank.lettertemplate.control.ejb used by com.instantbank.lettertemplate.control.util
LetterTemplateControllerHome
          The Home interface for LetterTemplateController EJB
 

Classes in com.instantbank.lettertemplate.control.ejb used by com.instantbank.lettertemplate.control.web
LetterTemplateController
          This is the EJB-tier controller of the MVC.