org.superbiz.injection
Interface DataStoreLocal

All Known Implementing Classes:
DataStoreImpl

public interface DataStoreLocal

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


Method Summary
 String getData()
           
 

Method Detail

getData

String getData()


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