org.ow2.easybeans.examples.statefulbean
Interface StatefulRemote

All Known Implementing Classes:
StatefulBean

public interface StatefulRemote

Simple interface for a stateful bean.

Author:
Florent Benoit

Method Summary
 void buy(int shares)
          Business method implementation.
 int read()
          Business method implementation.
 

Method Detail

buy

void buy(int shares)
Business method implementation.

Parameters:
shares - nb of shares to be bought

read

int read()
Business method implementation.

Returns:
the nb of shares bought


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.