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 longBuyer. bidProduct(long productId, String userId, double amount)longUserMgmt. createUser(String userId, String name)longBuyer. 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 longBuyerEJB. bidProduct(long itemId, String userId, double amount)longBuyerEJB. placeOrder(long productId, String userId, double maxAmount)
-