Package org.infinispan.commands

Commands that operate on the cache, either locally or remotely.

See:
          Description

Interface Summary
CommandsFactory  
DataCommand Commands of this type manipulate data in the cache.
ReplicableCommand The core of the command-based cache framework.
VisitableCommand A type of command that can accept Visitors, such as CommandInterceptors.
Visitor  
 

Class Summary
AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
CommandsFactoryImpl  
LockControlCommand LockControlCommand is a command that enables distributed locking across infinispan nodes.
RemoteCommandFactory Specifically used to create un-initialized ReplicableCommands from a byte stream.
 

Package org.infinispan.commands Description

Commands that operate on the cache, either locally or remotely.



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