File
Doc
Category
Size
Date
Package
ProcessPaymentRemote.java
API Doc
Example
766
Thu May 23 17:51:04 BST 2002
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)
public void
dropDbTable
()
public void
makeDbTable
()
Java Code Source