org.apache.jackrabbit.core
Class RepositoryImpl.WorkspaceInfo

java.lang.Object
  extended byorg.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
Enclosing class:
RepositoryImpl

protected class RepositoryImpl.WorkspaceInfo
extends Object

WorkspaceInfo holds the objects that are shared among multiple per-session WorkspaceImpl instances representing the same named workspace, i.e. the same physical storage.


Constructor Summary
protected RepositoryImpl.WorkspaceInfo(WorkspaceConfig config)
          Creates a new WorkspaceInfo based on the given config.
 
Method Summary
 WorkspaceConfig getConfig()
          Returns the workspace configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryImpl.WorkspaceInfo

protected RepositoryImpl.WorkspaceInfo(WorkspaceConfig config)
Creates a new WorkspaceInfo based on the given config.

Parameters:
config - workspace configuration
Method Detail

getConfig

public WorkspaceConfig getConfig()
Returns the workspace configuration.

Returns:
the workspace configuration


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.