Package org.superbiz.calculator

Interface Summary
CalculatorLocal This is an EJB 3 local business interface A local business interface may be annotated with the @Local annotation, but it's optional.
CalculatorRemote This is an EJB 3 remote business interface A remote business interface must be annotated with the @Remote annotation
CalculatorWs This is an EJB 3 webservice interface A webservice interface must be annotated with the @Local annotation.
 

Class Summary
CalculatorImpl 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: CalculatorRemote, a remote business interface, and CalculatorLocal, a local business interface
 



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