Signed-off-by:Roland Häder <roland@mxchange.org>
/**
* A remote-call interface for the shop
+ *
* @author Roland Haeder
*/
@Remote
public interface ShopSessionBeanRemote extends ShopBean {
+
/**
* Some "getter" for an iterator of only available products
- *
+ *
* @return Only available products
* @throws java.rmi.RemoteException If anything went wrong
*/
/**
* Some "getter" for a linked list of only available products
- *
+ *
* @return Only available products
* @throws java.rmi.RemoteException If anything went wrong
*/