org.superbiz.injection
Interface DataReaderRemote

All Known Implementing Classes:
DataReaderImpl

public interface DataReaderRemote

This is an EJB 3 remote business interface A remote business interface must be annotated with the @Remote annotation


Method Summary
 String readDataFromLocalStore()
           
 String readDataFromRemoteStore()
           
 

Method Detail

readDataFromLocalStore

String readDataFromLocalStore()

readDataFromRemoteStore

String readDataFromRemoteStore()


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