org.superbiz.injection
Interface DataReaderLocal
- All Known Implementing Classes:
- DataReaderImpl
public interface DataReaderLocal
This is an EJB 3 local business interface
A local business interface may be annotated with the @Local
annotation, but it's optional. A business interface which is
not annotated with @Local or @Remote is assumed to be Local
readDataFromLocalStore
String readDataFromLocalStore()
readDataFromRemoteStore
String readDataFromRemoteStore()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.