org.superbiz.counter
Interface CounterLocal

All Known Implementing Classes:
CounterImpl

public interface CounterLocal

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


Method Summary
 int increment()
           
 int reset()
           
 

Method Detail

increment

int increment()

reset

int reset()


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