Uses of Interface
org.superbiz.injection.DataReaderRemote

Packages that use DataReaderRemote
org.superbiz.injection   
 

Uses of DataReaderRemote in org.superbiz.injection
 

Classes in org.superbiz.injection that implement DataReaderRemote
 class DataReaderImpl
          This is an EJB 3 style pojo stateless session bean Every stateless session bean implementation must be annotated using the annotation @Stateless This EJB has 2 business interfaces: DataReaderRemote, a remote business interface, and DataReaderLocal, a local business interface The instance variables 'dataStoreRemote' is annotated with the @EJB annotation: this means that the application server, at runtime, will inject in this instance variable a reference to the EJB DataStoreRemote The instance variables 'dataStoreLocal' is annotated with the @EJB annotation: this means that the application server, at runtime, will inject in this instance variable a reference to the EJB DataStoreLocal
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.