Uses of Interface
org.eclipse.keypop.storagecard.transaction.StorageCardTransactionManager
Packages that use StorageCardTransactionManager
Package
Description
Contains the factories and builders to create the public elements of the extension.
-
Uses of StorageCardTransactionManager in org.eclipse.keypop.storagecard
Methods in org.eclipse.keypop.storagecard that return StorageCardTransactionManagerModifier and TypeMethodDescriptionStorageCardApiFactory.createStorageCardTransactionManager
(org.eclipse.keypop.reader.CardReader reader, StorageCard card) Creates an instance ofStorageCardTransactionManager
. -
Uses of StorageCardTransactionManager in org.eclipse.keypop.storagecard.transaction
Methods in org.eclipse.keypop.storagecard.transaction that return StorageCardTransactionManagerModifier and TypeMethodDescriptionStorageCardTransactionManager.prepareReadBlock
(int blockNumber) Prepares the reading of a specific block from the storage card.StorageCardTransactionManager.prepareReadBlocks
(int fromBlockNumber, int toBlockNumber) Prepares the reading of a range of blocks from the storage card.StorageCardTransactionManager.prepareWriteBlocks
(int fromBlockNumber, byte[] data) Prepares the writing of blocks of data to the storage card starting from a specific block number offset.StorageCardTransactionManager.processCommands
(ChannelControl channelControl) Processes all previously prepared commands and closes the physical channel if requested.