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