org.superbiz.injection
Class DataStoreImpl

java.lang.Object
  extended by 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


Constructor Summary
DataStoreImpl()
           
 
Method Summary
 String getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStoreImpl

public DataStoreImpl()
Method Detail

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.