Uses of Class
org.modeshape.graph.connector.inmemory.InMemoryWorkspace

Packages that use InMemoryWorkspace
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

Uses of InMemoryWorkspace in org.modeshape.graph.connector.inmemory
 

Methods in org.modeshape.graph.connector.inmemory that return InMemoryWorkspace
 InMemoryWorkspace InMemoryTransaction.getWorkspace(String name, InMemoryWorkspace originalToClone)
          Creates a new workspace with the given name containing only a root node.
 

Methods in org.modeshape.graph.connector.inmemory with parameters of type InMemoryWorkspace
 boolean InMemoryTransaction.destroyWorkspace(InMemoryWorkspace workspace)
          Destroy the workspace with the supplied name.
 InMemoryWorkspace InMemoryTransaction.getWorkspace(String name, InMemoryWorkspace originalToClone)
          Creates a new workspace with the given name containing only a root node.
 

Constructors in org.modeshape.graph.connector.inmemory with parameters of type InMemoryWorkspace
InMemoryWorkspace(String name, InMemoryWorkspace originalToClone)
           
 



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