| org.superbiz.counter.CounterLocal
All known Subclasses: org.superbiz.counter.CounterImpl,
CounterLocal | public interface CounterLocal (Code) | | This is an EJB 3 local business interface
A local business interface may be annotated with the @Local
annotation, but it's optional. A business interface which is
not annotated with @Local or @Remote is assumed to be Local
|
increment | public int increment()(Code) | | |
|
|