Uses of Interface
ejava.examples.ejbwar.inventory.client.InventoryClient
-
Packages that use InventoryClient Package Description ejava.examples.ejbwar.inventory.client ejava.examples.ejbwar.inventory.rmi -
-
Uses of InventoryClient in ejava.examples.ejbwar.inventory.client
Classes in ejava.examples.ejbwar.inventory.client that implement InventoryClient Modifier and Type Class Description classInventoryJaxRSClientImplThis class implements a JAX-RS Client interface to the inventory web application. -
Uses of InventoryClient in ejava.examples.ejbwar.inventory.rmi
Subinterfaces of InventoryClient in ejava.examples.ejbwar.inventory.rmi Modifier and Type Interface Description interfaceInventoryMgmtRemoteThis interface defines the RMI interface to the Inventory service deployed on the server.Classes in ejava.examples.ejbwar.inventory.rmi that implement InventoryClient Modifier and Type Class Description classInventoryMgmtRMIEJBThis EJB acts as a remote facade for the InventoryEJB business logic.
-