Package org.apache.geronimo.samples.slsb.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
 

Class Summary
Calculator 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 © 2003-2007 Apache Software Foundation. All Rights Reserved.