Interface InventoryMgmtRemote
-
- All Superinterfaces:
InventoryClient
- All Known Implementing Classes:
InventoryMgmtRMIEJB
public interface InventoryMgmtRemote extends InventoryClient
This interface defines the RMI interface to the Inventory service deployed on the server. We are choosing to extend the same interface the HTTP Client used since it was technology-agnostic and could be directly implemented by RMI.
-
-
Method Summary
-
Methods inherited from interface ejava.examples.ejbwar.inventory.client.InventoryClient
createProduct, deleteCategory, deleteProduct, findCategoryByName, findProductsByName, getCategory, getProduct, updateProduct
-
-