Uses of Class
info.ejava.examples.ejb.tx.bo.Shipment
-
Packages that use Shipment Package Description info.ejava.examples.ejb.tx.ejb -
-
Uses of Shipment in info.ejava.examples.ejb.tx.ejb
Methods in info.ejava.examples.ejb.tx.ejb that return Shipment Modifier and Type Method Description Shipment
BmtCreateEJB. createShipment(Shipment shipment)
Shipment
CreateEJB. createShipment(Shipment shipment)
Shipment
BmtCreateEJB. createShipment_RequiresNew(Shipment shipment)
Shipment
CreateEJB. createShipment_RequiresNew(Shipment shipment)
Methods in info.ejava.examples.ejb.tx.ejb with parameters of type Shipment Modifier and Type Method Description Shipment
BmtCreateEJB. createShipment(Shipment shipment)
Shipment
CreateEJB. createShipment(Shipment shipment)
Shipment
BmtCreateEJB. createShipment_RequiresNew(Shipment shipment)
Shipment
CreateEJB. createShipment_RequiresNew(Shipment shipment)
Method parameters in info.ejava.examples.ejb.tx.ejb with type arguments of type Shipment Modifier and Type Method Description Product
WarehouseFacadeEJB. createProductAndShipments(Product product, List<Shipment> shipments)
The method creates an overall transaction and enlists the work of three separate EJBs to complete the work.Product
WarehouseRemote. createProductAndShipments(Product product, List<Shipment> shipments)
Product
WarehouseFacadeEJB. createProductAndShipments_NotSupported(Product product, List<Shipment> shipments)
Product
WarehouseRemote. createProductAndShipments_NotSupported(Product product, List<Shipment> shipments)
Product
WarehouseFacadeEJB. createProductAndShipments_RequiresNew(Product product, List<Shipment> shipments)
Product
WarehouseRemote. createProductAndShipments_RequiresNew(Product product, List<Shipment> shipments)
-