org.jboss.dna.graph.connector.inmemory
Class InMemoryRepository

java.lang.Object
  extended by org.jboss.dna.graph.connector.map.MapRepository
      extended by org.jboss.dna.graph.connector.inmemory.InMemoryRepository

@NotThreadSafe
public class InMemoryRepository
extends MapRepository

A specialized MapRepository that represents an in-memory repository.


Constructor Summary
InMemoryRepository(String sourceName, UUID rootNodeUuid)
           
InMemoryRepository(String sourceName, UUID rootNodeUuid, String defaultWorkspaceName)
           
 
Method Summary
 
Methods inherited from class org.jboss.dna.graph.connector.map.MapRepository
createWorkspace, createWorkspace, destroyWorkspace, getLock, getRootNodeUuid, getSourceName, getWorkspace, getWorkspaceNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryRepository

public InMemoryRepository(String sourceName,
                          UUID rootNodeUuid)

InMemoryRepository

public InMemoryRepository(String sourceName,
                          UUID rootNodeUuid,
                          String defaultWorkspaceName)


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