Package | Description |
---|---|
info.ejava.examples.ejb.tx.ejb |
Modifier and Type | Method and Description |
---|---|
Shipment |
BmtCreateEJB.createShipment_RequiresNew(Shipment shipment) |
Shipment |
CreateEJB.createShipment_RequiresNew(Shipment shipment) |
Shipment |
BmtCreateEJB.createShipment(Shipment shipment) |
Shipment |
CreateEJB.createShipment(Shipment shipment) |
Modifier and Type | Method and Description |
---|---|
Shipment |
BmtCreateEJB.createShipment_RequiresNew(Shipment shipment) |
Shipment |
CreateEJB.createShipment_RequiresNew(Shipment shipment) |
Shipment |
BmtCreateEJB.createShipment(Shipment shipment) |
Shipment |
CreateEJB.createShipment(Shipment shipment) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.