File
Doc
Category
Size
Date
Package
ProcessPaymentRemote.java
API Doc
Example
606
Fri Aug 03 17:52:22 BST 2001
com.titan.processpayment
ProcessPaymentRemote
public interface ProcessPaymentRemote implements javax.ejb.EJBObject
Fields Summary
Constructors Summary
Methods Summary
public
boolean
byCash
(
com.titan.customer.CustomerRemote
customer,
double
amount)
public
boolean
byCheck
(
com.titan.customer.CustomerRemote
customer,
CheckDO
check,
double
amount)
public
boolean
byCredit
(
com.titan.customer.CustomerRemote
customer,
CreditCardDO
card,
double
amount)
Java Code Source