Uses of Class
org.modeshape.connector.jbosscache.JBossCacheNode

Packages that use JBossCacheNode
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
 

Uses of JBossCacheNode in org.modeshape.connector.jbosscache
 

Methods in org.modeshape.connector.jbosscache that return JBossCacheNode
 JBossCacheNode JBossCacheNode.clone()
           This method never clones the changes.
protected  JBossCacheNode JBossCacheTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 JBossCacheNode JBossCacheNode.freeze()
          Return the frozen node with all internal state reflective of any changes.
 JBossCacheNode JBossCacheWorkspace.getNode(UUID uuid)
          Get the node with the supplied UUID.
 JBossCacheNode JBossCacheWorkspace.putNode(JBossCacheNode node)
          Add the node into this workspace's map, overwriting any previous record of the node
 JBossCacheNode JBossCacheWorkspace.removeNode(UUID uuid)
          Remove and return the node with the supplied UUID.
 

Methods in org.modeshape.connector.jbosscache that return types with arguments of type JBossCacheNode
protected  org.jboss.cache.Cache<UUID,JBossCacheNode> JBossCacheSource.createNewCache(org.jboss.cache.CacheFactory<UUID,JBossCacheNode> cacheFactory, String repositoryName)
          Method that is responsible for attempting to create a new cache given the supplied workspace name.
protected static org.jboss.cache.Node<UUID,JBossCacheNode> JBossCacheWorkspace.findOrCreateWorkspaceRoot(String workspaceName, org.jboss.cache.Cache<UUID,JBossCacheNode> workspaceCache, UUID rootNodeUuid)
           
 org.jboss.cache.Cache<UUID,JBossCacheNode> JBossCacheRepository.getCache()
           
 

Methods in org.modeshape.connector.jbosscache with parameters of type JBossCacheNode
 JBossCacheNode JBossCacheWorkspace.putNode(JBossCacheNode node)
          Add the node into this workspace's map, overwriting any previous record of the node
 

Method parameters in org.modeshape.connector.jbosscache with type arguments of type JBossCacheNode
protected  org.jboss.cache.Cache<UUID,JBossCacheNode> JBossCacheSource.createNewCache(org.jboss.cache.CacheFactory<UUID,JBossCacheNode> cacheFactory, String repositoryName)
          Method that is responsible for attempting to create a new cache given the supplied workspace name.
protected static org.jboss.cache.Node<UUID,JBossCacheNode> JBossCacheWorkspace.findOrCreateWorkspaceRoot(String workspaceName, org.jboss.cache.Cache<UUID,JBossCacheNode> workspaceCache, UUID rootNodeUuid)
           
 

Constructors in org.modeshape.connector.jbosscache with parameters of type JBossCacheNode
JBossCacheWorkspace(String name, org.jboss.cache.Cache<UUID,JBossCacheNode> workspaceCache, JBossCacheNode rootNode)
          Create a new workspace instance.
 

Constructor parameters in org.modeshape.connector.jbosscache with type arguments of type JBossCacheNode
JBossCacheRepository(JBossCacheSource source, org.jboss.cache.Cache<UUID,JBossCacheNode> cache)
           
JBossCacheWorkspace(String name, org.jboss.cache.Cache<UUID,JBossCacheNode> workspaceCache, JBossCacheNode rootNode)
          Create a new workspace instance.
JBossCacheWorkspace(String name, org.jboss.cache.Cache<UUID,JBossCacheNode> workspaceCache, JBossCacheWorkspace originalToClone)
          Create a new workspace instance.
 



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