CreditCardPack

Uses of Interface
com.keyoti.creditCard.logic.ejb.CreditCardLocal

Packages that use CreditCardLocal
com.keyoti.creditCard.logic.ejb Classes for CreditCardEJB. 
 

Uses of CreditCardLocal in com.keyoti.creditCard.logic.ejb
 

Methods in com.keyoti.creditCard.logic.ejb that return CreditCardLocal
 CreditCardLocal CreditCardLocalHome.create(String cardNumber)
          Creates an instance of the CreditCardBean class on the server, and returns a reference with CreditCard interface to the client.
 CreditCardLocal CreditCardLocalHome.findByPrimaryKey(String cardNumber)
          Creates an instance of the CreditCardBean class on the server where the object primary key == cardNumber, and returns a reference with CreditCard interface to the client.
 


CreditCardPack

Copyright © 2002 Keyoti All Rights Reserved.