|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionHandler
This is an EJB Session that supports the interface to the Transaction Handler. It is responsible for the overall operation of the Transaction Handler
Method Summary | |
---|---|
Map |
processFindRequest(DataPacket txnData)
This method is called for find operations only |
Vector |
processRequest(DataPacket txnData)
This method is called for all operations except finds. |
Method Detail |
---|
Map processFindRequest(DataPacket txnData) throws ProcessingErrorException, RemoteException, HostProcessingErrorException, HostConnectivityException
txnData
- DataPacket of entity to find.
ProcessingErrorException
RemoteException
HostProcessingErrorException
HostConnectivityException
Vector processRequest(DataPacket txnData) throws ProcessingErrorException, RemoteException, HostProcessingErrorException, HostConnectivityException
txnData
- DataPacket of entities to update on host system.
ProcessingErrorException
RemoteException
HostProcessingErrorException
HostConnectivityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |