org.modeshape.graph.connector.base
Interface Workspace

All Known Implementing Classes:
InfinispanWorkspace, InMemoryWorkspace, JBossCacheWorkspace, MapWorkspace, PathWorkspace, StandardMapWorkspace, SvnWorkspace

public interface Workspace

The MapWorkspace stores state and other information about a workspace in a way that is independent of Transactions.


Method Summary
 String getName()
          Returns the name of the workspace.
 

Method Detail

getName

String getName()
Returns the name of the workspace. There can only be one workspace with a given name per repository.

Returns:
the name of the workspace


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