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 |
java.lang.String |
getData()
|
getData
java.lang.String getData()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.