org.superbiz.counter
Interface CounterRemote

All Known Implementing Classes:
CounterImpl

public interface CounterRemote

This is an EJB 3 remote business interface A remote business interface must be annotated with the @Remote annotation


Method Summary
 int increment()
           
 int reset()
           
 

Method Detail

increment

int increment()

reset

int reset()


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