Uses of Interface
au.gov.tas.dpiwe.mr.bean.LocalHome

Packages that use LocalHome
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.bean The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. 
au.gov.tas.dpiwe.mr.bean.trail The au.gov.tas.dpiwe.bean.trail package contains the beans, support classes and interfaces needed to implement command history trails in the architecture. 
au.gov.tas.dpiwe.mr.test The au.gov.tas.dpiwe.mr.test package contains factories, clients, beans, support classes and interfaces used to test the architecture. 
au.gov.tas.dpiwe.mr.test.aggregation The au.gov.tas.dpiwe.mr.test.aggregation package contains a factory and associated beans used to test aggregation relationships within the architecture. 
au.gov.tas.dpiwe.mr.test.nonaggregation The au.gov.tas.dpiwe.mr.test.nonaggregation package contains a factory and associated beans used to test non-aggregation relationships within the architecture. 
au.gov.tas.dpiwe.mr.tool The au.gov.tas.dpiwe.mr.tool package contains server monitor and control tools which can be run on clients, classes and interfaces supporting the deployment of Mr Architecture beans, including support classes for the Java close file format, as well as more general tools which allow the leverage of the Java close format in combination with Java language reflection to produce "instant wrappers". 
 

Uses of LocalHome in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that return LocalHome
 LocalHome BeanCache.TypeRecord.getHome()
          Get the home interface implementation instance for this bean type.
 LocalHome BeanCache.getHomeForBeanObject(EJBLocalObject beanObject)
          Get the home interface implementation corresponding to beans of the same type as the bean object specified.
 LocalHome BeanCache.getHomeForEntityBean(EntityBean bean)
          Get the home interface implementation corresponding to beans of the same type as the "Thin" entity bean specified.
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.bean
 

Subinterfaces of LocalHome in au.gov.tas.dpiwe.mr.bean
 interface SecureEntityBeanHome
          The home of Session/LoginEntityBeans, which provides a single method allowing creation.
 interface UserEntityBeanHome
          The home of UserEntityBeans, which provides a method which can be used by the Architecture to lookup a UserEntityBean.
 

Methods in au.gov.tas.dpiwe.mr.bean that return LocalHome
 LocalHome MetaData.getLocalHome()
          Get the LocalHome of the bean type this MetaData object describes.
 LocalHome MrMetaData.getLocalHome()
           
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.bean.trail
 

Subinterfaces of LocalHome in au.gov.tas.dpiwe.mr.bean.trail
 interface HistoricCommandHome
          This is the home from which HistoricCommands are created.
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.test
 

Subinterfaces of LocalHome in au.gov.tas.dpiwe.mr.test
 interface ExampleBeanHome
          The home interface for ExampleBean.
 

Classes in au.gov.tas.dpiwe.mr.test that implement LocalHome
 class MrExampleBeanHome
          This is an implementation of the ExampleBeanHome interface which allows ExampleBeanObjects to be created and retrieved from persistent storage.
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.test.aggregation
 

Subinterfaces of LocalHome in au.gov.tas.dpiwe.mr.test.aggregation
 interface BoardHome
          The home interface for Board.
 interface CardHome
          The home interface for Card.
 interface DeckHome
          The home interface for Deck.
 interface DeedHome
          The home interface for Deed.
 interface MonopolySetHome
          The home interface for MonopolySet.
 interface SquareHome
          The home interface for Square.
 interface TokenHome
          The home interface for Token.
 

Classes in au.gov.tas.dpiwe.mr.test.aggregation that implement LocalHome
 class MrBoardHome
          This is an implementation of the BoardHome interface which allows BoardObjects to be created and retrieved from persistent storage.
 class MrCardHome
          This is an implementation of the CardHome interface which allows CardObjects to be created and retrieved from persistent storage.
 class MrDeckHome
          This is an implementation of the DeckHome interface which allows DeckObjects to be created and retrieved from persistent storage.
 class MrDeedHome
          This is an implementation of the DeedHome interface which allows DeedObjects to be created and retrieved from persistent storage.
 class MrMonopolySetHome
          This is an implementation of the MonopolySetHome interface which allows MonopolySetObjects to be created and retrieved from persistent storage.
 class MrSquareHome
          This is an implementation of the SquareHome interface which allows SquareObjects to be created and retrieved from persistent storage.
 class MrTokenHome
          This is an implementation of the TokenHome interface which allows TokenObjects to be created and retrieved from persistent storage.
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.test.nonaggregation
 

Subinterfaces of LocalHome in au.gov.tas.dpiwe.mr.test.nonaggregation
 interface ArtistHome
          The home interface for Artist.
 interface CDHome
          The home interface for CD.
 interface CreditHome
          The home interface for Credit.
 interface SongHome
          The home interface for Song.
 interface TrackHome
          The home interface for Track.
 

Classes in au.gov.tas.dpiwe.mr.test.nonaggregation that implement LocalHome
 class MrArtistHome
          This is an implementation of the ArtistHome interface which allows ArtistObjects to be created and retrieved from persistent storage.
 class MrCDHome
          This is an implementation of the CDHome interface which allows CDObjects to be created and retrieved from persistent storage.
 class MrCreditHome
          This is an implementation of the CreditHome interface which allows CreditObjects to be created and retrieved from persistent storage.
 class MrSongHome
          This is an implementation of the SongHome interface which allows SongObjects to be created and retrieved from persistent storage.
 class MrTrackHome
          This is an implementation of the TrackHome interface which allows TrackObjects to be created and retrieved from persistent storage.
 

Uses of LocalHome in au.gov.tas.dpiwe.mr.tool
 

Methods in au.gov.tas.dpiwe.mr.tool that return LocalHome
 LocalHome DeploymentContainer.TypeRecord.getHome()
          Get the home interface implementation instance for this bean type.
 LocalHome DeploymentContainer.getHomeForEntityBean(EntityBean bean)
          Get the home interface implementation corresponding to beans of the type of "Thin" entity bean specified.