ehcache

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

Packages that use PreparedCommand
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

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

Classes in net.sf.ehcache.transaction.xa that implement PreparedCommand
 class PreparedCommandImpl
          Default implementation of PreparedCommand.
 

Methods in net.sf.ehcache.transaction.xa that return types with arguments of type PreparedCommand
 java.util.List<PreparedCommand> PreparedContextImpl.getPreparedCommands()
          Return list of prepared commands
 java.util.List<PreparedCommand> PreparedContext.getPreparedCommands()
          Return list of prepared commands
 


ehcache

true