ehcache

Uses of Interface
net.sf.ehcache.transaction.xa.VersionAwareCommand

Packages that use VersionAwareCommand
net.sf.ehcache.transaction This package contains classes for controlling cache operations (for transactional use) 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of VersionAwareCommand in net.sf.ehcache.transaction
 

Methods in net.sf.ehcache.transaction that return types with arguments of type VersionAwareCommand
 java.util.List<VersionAwareCommand> TransactionContext.getCommands()
          All ordered pending commands
 

Uses of VersionAwareCommand in net.sf.ehcache.transaction.xa
 

Classes in net.sf.ehcache.transaction.xa that implement VersionAwareCommand
 class VersionAwareWrapper
          Wraps a Command, that will first be checked against the optimistic locking strategy before being executed against the Store.
 

Methods in net.sf.ehcache.transaction.xa that return types with arguments of type VersionAwareCommand
 java.util.List<VersionAwareCommand> XATransactionContext.getCommands()
          All ordered pending commands
 

Methods in net.sf.ehcache.transaction.xa with parameters of type VersionAwareCommand
 void PreparedContextImpl.addCommand(VersionAwareCommand command)
          Add prepared command
 void PreparedContext.addCommand(VersionAwareCommand command)
          Add prepared command
 boolean EhcacheXAStoreImpl.isValid(VersionAwareCommand command, javax.transaction.xa.Xid xid)
          Checks whether a command can safely be executed against the store, depending on the version lock
 boolean EhcacheXAStore.isValid(VersionAwareCommand command, javax.transaction.xa.Xid xid)
          Checks whether a command can safely be executed against the store, depending on the version lock
 


ehcache

true