From: Roland Haeder Date: Sun, 6 Sep 2015 09:09:29 +0000 (+0200) Subject: updated jcoreee.jar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7988e45f3f95a7cc62271f5e609f6a230423e8e6;p=jproduct-lib.git updated jcoreee.jar Signed-off-by:Roland Häder --- diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index 6b049a2..e94d33f 100644 Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ diff --git a/src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java b/src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java index 0187d68..2076e22 100644 --- a/src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java +++ b/src/org/mxchange/jshopeelib/beans/remote/shop/ShopSessionBeanRemote.java @@ -28,13 +28,15 @@ import org.mxchange.jshopeelib.beans.ShopBean; /** * 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 */ @@ -58,7 +60,7 @@ public interface ShopSessionBeanRemote extends ShopBean { /** * Some "getter" for a linked list of only available products - * + * * @return Only available products * @throws java.rmi.RemoteException If anything went wrong */