|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etill.framework.cassette.query.CassetteQuery | +--com.ibm.etill.kitcashcassette.KitCashCassetteQuery
This class is instantiated by the Payment Manager framework to respond to queries from the Payment Servlet about the KitCash cassette. It is the counterpart of KitCashCassette that runs under the servlet.
Fields inherited from class com.ibm.etill.framework.cassette.query.CassetteQuery |
---|
messageID |
Constructor Summary | |
---|---|
KitCashCassetteQuery()
Construct a KitCashCassetteQuery object. |
Method Summary | |
---|---|
void |
query(com.ibm.etill.framework.xdm.QueryRequest queryRequest,
java.util.Vector objects)
Processes query requests from the framework. |
Methods inherited from class com.ibm.etill.framework.cassette.query.CassetteQuery |
---|
isCassetteLoaded, loadCassettes, queryCassette |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KitCashCassetteQuery()
Method Detail |
public void query(com.ibm.etill.framework.xdm.QueryRequest queryRequest, java.util.Vector objects) throws com.ibm.etill.framework.payapi.ETillAbortOperation
query
in class com.ibm.etill.framework.cassette.query.CassetteQuery
queryRequest
- the requestobjects
- the list of objects to processcom.ibm.etill.framework.payapi.ETillAbortOperation
- if the query failscom.ibm.etill.framework.log.ETillCassetteException
- if the cassette receives a query it does not recognize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |