Uses of Package
org.jboss.cache

Packages that use org.jboss.cache
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.read   
org.jboss.cache.commands.remote   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.config   
org.jboss.cache.eviction   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
org.jboss.cache.loader.tcp   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.notifications   
org.jboss.cache.notifications.event   
org.jboss.cache.optimistic   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
org.jboss.cache.util   
 

Classes in org.jboss.cache used by org.jboss.cache
AbstractNode
          Base class for UnversionedNode.
AbstractNode.NodeFlags
          These flags were originally stored as booleans on the UnversionedNode class.
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheFactory
          This factory constructs a cache from a given or default configuration set.
CacheManager
          Factory and registry for JBoss Cache instances configured using named configurations.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
FqnComparator
          Compares the order of two FQN.
InvocationContext
          This context holds information specific to a method invocation.
Modification.ModificationType
           
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeFactory
          Generates new nodes based on the CacheSPI configuration.
NodeFactory.NodeType
           
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
Region.Status
          Region status
Region.Type
          Types of regions.
RegionImpl
          Default implementation of a Region
RegionManager
          Manages multiple Regions for a Cache instance.
RegionNotEmptyException
          Thrown when an attempt is made to RegionManager.activate(Fqn) activate a subtree} root in Fqn that already has an existing node in the cache.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
StringFqn
          An optimisation of Fqn that does more efficient equals() and hashcode() computations.
UnversionedNode
          Basic data node class.
 

Classes in org.jboss.cache used by org.jboss.cache.buddyreplication
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
RegionManager
          Manages multiple Regions for a Cache instance.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.commands
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.read
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.remote
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.tx
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.commands.write
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.config
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
NodeFactory
          Generates new nodes based on the CacheSPI configuration.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.eviction
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
 

Classes in org.jboss.cache used by org.jboss.cache.factories
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.interceptors
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
NodeFactory
          Generates new nodes based on the CacheSPI configuration.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.interceptors.base
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.invocation
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
UnversionedNode
          Basic data node class.
 

Classes in org.jboss.cache used by org.jboss.cache.jmx
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheStatus
          Various states that an object that has a four stage lifecycle (i.e.
 

Classes in org.jboss.cache used by org.jboss.cache.loader
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Modification
          Represents a modification in the cache.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.bdbje
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Modification
          Represents a modification in the cache.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.jdbm
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Modification
          Represents a modification in the cache.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.s3
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.loader.tcp
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.lock
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
DataContainer
          This class defines the functionality needed for node manipulation.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.marshall
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
 

Classes in org.jboss.cache used by org.jboss.cache.notifications
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
 

Classes in org.jboss.cache used by org.jboss.cache.notifications.event
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.optimistic
AbstractNode
          Base class for UnversionedNode.
CacheException
          Thrown when operations on Cache or Node fail unexpectedly.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache used by org.jboss.cache.statetransfer
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Node
          A Node is a named logical grouping of data in the JBoss Cache.
NodeFactory
          Generates new nodes based on the CacheSPI configuration.
NodeFactory.NodeType
           
NodeSPI
          A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
RegionManager
          Manages multiple Regions for a Cache instance.
 

Classes in org.jboss.cache used by org.jboss.cache.transaction
Fqn
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
InvocationContext
          This context holds information specific to a method invocation.
RPCManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.jboss.cache used by org.jboss.cache.util
Cache
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
CacheSPI
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
 



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