Serialized Form
-
Package info.ejava.examples.ejb.tx.bo
-
Class info.ejava.examples.ejb.tx.bo.Product extends Object implements Serializable
-
Serialized Fields
-
id
int id
-
name
String name
-
quantity
int quantity
-
-
-
Class info.ejava.examples.ejb.tx.bo.Shipment extends Object implements Serializable
-
Serialized Fields
-
id
int id
-
location
String location
-
productId
int productId
-
-
-
-
Package info.ejava.examples.ejb.tx.ejb
-
Class info.ejava.examples.ejb.tx.ejb.MyCheckedProductException extends Exception implements Serializable
-
Serialized Fields
-
product
Product product
-
-
-
Class info.ejava.examples.ejb.tx.ejb.MyCheckedRollbackProductException extends Exception implements Serializable
-
Serialized Fields
-
product
Product product
-
-
-
Class info.ejava.examples.ejb.tx.ejb.UnexpectedState extends Exception implements Serializable
-