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 class
InventoryJaxRSClientImpl
This 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 interface
InventoryMgmtRemote
This 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 class
InventoryMgmtRMIEJB
This EJB acts as a remote facade for the InventoryEJB business logic.
-