Package com.ibm.etill.kitcashcassette

Interface Summary
KitCashAccountConstants  
KitCashCassetteAdminConstants  
KitCashFSMConstants  
KitCashFSMUser This interface defines all the action and condition-evaluation methods associated with the KitCash FSM Project.
KitCashPurchaseConstants  
 

Class Summary
KitCashAccount A KitCashAccount object represents an account that a merchant holds with a bank.
KitCashAccountQueryRequest This class is instantiated by the KitCashCassetteQuery.query method when it receives an AccountQueryRequest from the Payment Servlet.
KitCashBatch A Batch is a group of transactions that are settled with a bank.
KitCashCassette The Payment Manager framework creates a single instance of KitCashCassette at startup time.
KitCashCassetteAdminQueryRequest This class is instantiated by the KitCashCassetteQuery.query method when it receives a CassetteQueryRequest from the Payment Servlet.
KitCashCassetteQuery This class is instantiated by the Payment Manager framework to respond to queries from the Payment Servlet about the KitCash cassette.
KitCashCleanUp A KitCashCleanUp object is created by the KitCash cassette to clean up the KitCash database tables at regular intervals.
KitCashComPoint ComPoints are objects that the Payment Manager framework uses to receive input and to send output back out.
KitCashConnection A KitCashConnection instance is created every time a consumer's wallet opens a socket on a KitCashComPoint's server socket.
KitCashFSM This derived FSM class defines the state machine logic as represented in the FSM project (.prj) file.
KitCashMessageWrapper  
KitCashPaymentRequest KitCashPaymentRequest objects encapsulate payment information send from a consumer's KitCash wallet to the KitCash cassette.
KitCashProfile The KitCashProfile class is used by the KitCash cassette to read and store its configuration information from the KITCASHCONFIG database table.
KitCashPurchase KitCashPurchase objects represent purchases made by consumers.
KitCashPurchaseQueryRequest This class is instantiated by the KitCashCassetteQuery.query method when it receives an OrderQueryRequest from the Payment Servlet.
PSServerKitCashAccount This class is used by the KitCashAccountQueryRequest class to create KitCash specific objects as a result of a query request, and to combine those objects with the framework ones supplied with the request.
PSServerKitCashCassetteAdmin This class is used by the KitCashCassetteAdminQueryRequest class to create KitCash specific objects as a result of a query request, and to combine those objects with the framework ones supplied with the request.
PSServerKitCashPurchase This class is used by the KitCashPurchaseQueryRequest class to create KitCash specific objects as a result of a query request, and to combine those objects with the framework ones supplied with the request.