FileDocCategorySizeDatePackage
PaymentProcessingBean.javaAPI DocExample793Wed Nov 20 17:21:42 GMT 2002com.oreilly.javaxp.xdoclet.ejbdoclet.ejb

PaymentProcessingBean

public abstract class PaymentProcessingBean extends Object implements javax.ejb.SessionBean
ejb.bean
type="Stateless" name="PaymentProcessingBean" jndi-name="ejb/PaymentProcessingBean" view-type="remote"
ejb.transaction
type="Required"
ejb.transaction-type
type="Container"
author
Brian M. Coyner
version
$Id: PaymentProcessingBean.java,v 1.6 2002/11/20 00:09:16 jepc Exp $

Fields Summary
Constructors Summary
Methods Summary
public booleanmakePayment(java.lang.String accountNumber, double payment)

ejb.interface-method
view-type="remote"

        // perform logic to look up customer and make payment against their
        // account
        return true;