org.superbiz.injection
Class DataStoreImpl
java.lang.Object
org.superbiz.injection.DataStoreImpl
- All Implemented Interfaces:
- DataStoreLocal, DataStoreRemote
public class DataStoreImpl
- extends Object
- implements DataStoreLocal, DataStoreRemote
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: DataStoreRemote, a remote business
interface, and DataStoreLocal, a local business interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataStoreImpl
public DataStoreImpl()
getData
public String getData()
- Specified by:
getData
in interface DataStoreLocal
- Specified by:
getData
in interface DataStoreRemote
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.