Uses of Class
org.infinispan.commands.read.EntrySetCommand

Packages that use EntrySetCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
 

Uses of EntrySetCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return EntrySetCommand
 EntrySetCommand CommandsFactoryImpl.buildEntrySetCommand()
           
 EntrySetCommand CommandsFactory.buildEntrySetCommand()
          Builds a EntrySetCommand
 

Methods in org.infinispan.commands with parameters of type EntrySetCommand
 Object Visitor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
           
 Object AbstractVisitor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
           
 

Uses of EntrySetCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type EntrySetCommand
 Object MarshalledValueInterceptor.visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.