Uses of Class
org.modeshape.graph.request.processor.RequestProcessor

Packages that use RequestProcessor
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
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.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.search A small framework for a search engine component. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of RequestProcessor in org.modeshape.connector.filesystem
 

Methods in org.modeshape.connector.filesystem that return RequestProcessor
 RequestProcessor FileSystemRepository.createRequestProcessor(Transaction<PathNode,org.modeshape.connector.filesystem.FileSystemWorkspace> txn)
           
 

Uses of RequestProcessor in org.modeshape.connector.jcr
 

Subclasses of RequestProcessor in org.modeshape.connector.jcr
 class JcrRequestProcessor
          A RequestProcessor that processes Requests by operating against the JCR Repository.
 

Uses of RequestProcessor in org.modeshape.connector.store.jpa.model.simple
 

Subclasses of RequestProcessor in org.modeshape.connector.store.jpa.model.simple
 class SimpleRequestProcessor
          Extension of the MapRequestProcessor that provides a SimpleRequestProcessor.process(ReadBranchRequest) implementation optimized for the simple JPA model.
 

Uses of RequestProcessor in org.modeshape.graph.connector.base
 

Subclasses of RequestProcessor in org.modeshape.graph.connector.base
 class Processor<NodeType extends Node,WorkspaceType extends Workspace>
          The default implementation of the RequestProcessor for map repositories.
 

Methods in org.modeshape.graph.connector.base that return RequestProcessor
 RequestProcessor Repository.createRequestProcessor(Transaction<NodeType,WorkspaceType> txn)
          Create a RequestProcessor instance that should be used to process a set of requests within the supplied transaction.
 

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

Subclasses of RequestProcessor in org.modeshape.graph.connector.map
 class MapRequestProcessor
          The default implementation of the RequestProcessor for map repositories.
 

Uses of RequestProcessor in org.modeshape.graph.connector.path
 

Subclasses of RequestProcessor in org.modeshape.graph.connector.path
 class PathRequestProcessor
          The default implementation of the RequestProcessor for path repositories.
 

Uses of RequestProcessor in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request with parameters of type RequestProcessor
 void CompositeRequestChannel.start(ExecutorService executor, RequestProcessor processor, boolean closeProcessorWhenCompleted)
          Begins processing any requests that have been added to this channel.
 

Uses of RequestProcessor in org.modeshape.graph.request.processor
 

Subclasses of RequestProcessor in org.modeshape.graph.request.processor
 class LoggingRequestProcessor
          A RequestProcessor implementation that wraps another and that logs messages at the supplied level.
 

Constructors in org.modeshape.graph.request.processor with parameters of type RequestProcessor
LoggingRequestProcessor(RequestProcessor delegate, Logger logger, Logger.Level level)
           
 

Uses of RequestProcessor in org.modeshape.graph.search
 

Subclasses of RequestProcessor in org.modeshape.graph.search
 class SearchEngineProcessor
          The processor that is created by the provider whenever a logical set of activities needs to be performed.
 

Uses of RequestProcessor in org.modeshape.search.lucene
 

Subclasses of RequestProcessor in org.modeshape.search.lucene
protected static class AbstractLuceneSearchEngine.AbstractLuceneProcessor<WorkspaceType extends SearchEngineWorkspace,SessionType extends AbstractLuceneSearchEngine.WorkspaceSession>
          Abstract SearchEngineProcessor implementation for the AbstractLuceneSearchEngine.
 class LuceneSearchProcessor
          Abstract SearchEngineProcessor implementation for the LuceneSearchEngine.
 



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