Uses of Class
ejava.examples.asyncmarket.ejb.InvalidRequestException
-
Packages that use InvalidRequestException Package Description ejava.examples.asyncmarket ejava.examples.asyncmarket.ejb -
-
Uses of InvalidRequestException in ejava.examples.asyncmarket
Methods in ejava.examples.asyncmarket that throw InvalidRequestException Modifier and Type Method Description long
Buyer. bidProduct(long productId, String userId, double amount)
long
UserMgmt. createUser(String userId, String name)
long
Buyer. placeOrder(long productId, String userId, double maxAmount)
-
Uses of InvalidRequestException in ejava.examples.asyncmarket.ejb
Methods in ejava.examples.asyncmarket.ejb that throw InvalidRequestException Modifier and Type Method Description long
BuyerEJB. bidProduct(long itemId, String userId, double amount)
long
BuyerEJB. placeOrder(long productId, String userId, double maxAmount)
-