Uses of Class
org.modeshape.common.annotation.GuardedBy

Packages that use GuardedBy
org.modeshape.common.component A simple framework for loading and managing Component objects that may be configured and used reflectively. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.federation ModeShape provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.repository.service The definition of common interfaces and classes for ModeShape services. 
 

Uses of GuardedBy in org.modeshape.common.component
 

Methods in org.modeshape.common.component with annotations of type GuardedBy
protected  int ComponentLibrary.findIndexOfMatchingConfiguration(ConfigType config)
          Find the index for the matching configuration and component.
protected  int ComponentLibrary.findIndexOfMatchingConfiguration(String name)
          Find the index for the matching configuration and component.
 

Uses of GuardedBy in org.modeshape.connector.jbosscache
 

Methods in org.modeshape.connector.jbosscache with annotations of type GuardedBy
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.
 

Uses of GuardedBy in org.modeshape.graph.connector
 

Methods in org.modeshape.graph.connector with annotations of type GuardedBy
protected  boolean RepositoryConnectionPool.addConnectionIfUnderCorePoolSize()
           
protected  int RepositoryConnectionPool.addConnectionsIfUnderCorePoolSize()
           
protected  int RepositoryConnectionPool.drainUnusedConnections(int count)
           
protected  RepositoryConnectionPool.ConnectionWrapper RepositoryConnectionPool.newWrappedConnection()
          Obtain a new connection wrapped in a RepositoryConnectionPool.ConnectionWrapper.
 

Uses of GuardedBy in org.modeshape.graph.connector.federation
 

Methods in org.modeshape.graph.connector.federation with annotations of type GuardedBy
protected  void FederatedRepositorySource.changeConfiguration()
          Mark the current configuration (if there is one) as being invalid.
 

Uses of GuardedBy in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with annotations of type GuardedBy
protected abstract  MapWorkspace MapRepository.createWorkspace(ExecutionContext context, String name)
          Creates a new workspace with the given name containing only a root node.
 MapWorkspace MapRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior behavior)
          Attempts to create a workspace with the given name with name-collision behavior determined by the behavior parameter.
 MapWorkspace MapRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
          Attempts to create a workspace with the requested name as in the #createWorkspace(ExecutionContext, String, CreateConflictBehavior) method and then clones the content from the given source workspace into the new workspace if the creation was successful.
 boolean MapRepository.destroyWorkspace(String name)
          Removes the named workspace from the #workspaces workspaces map.
 MapWorkspace MapRepository.getWorkspace(String name)
          Returns the workspace with the given name
 Set<String> MapRepository.getWorkspaceNames()
          Returns a list of the names of the currently created workspaces
 

Uses of GuardedBy in org.modeshape.repository.service
 

Methods in org.modeshape.repository.service with annotations of type GuardedBy
protected  void AbstractServiceAdministrator.doPause(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the paused state.
protected  void AbstractServiceAdministrator.doShutdown(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the shutdown state.
protected  void AbstractServiceAdministrator.doStart(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the started state.
 ServiceAdministrator AbstractServiceAdministrator.setState(ServiceAdministrator.State state)
          Set the state of the service.
 



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