Uses of Class
org.jboss.dna.graph.request.processor.RequestProcessor

Packages that use RequestProcessor
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.jboss.dna.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.jboss.dna.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.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
org.jboss.dna.graph.search   
org.jboss.dna.search.lucene   
 

Uses of RequestProcessor in org.jboss.dna.connector.store.jpa.model.basic
 

Subclasses of RequestProcessor in org.jboss.dna.connector.store.jpa.model.basic
 class BasicRequestProcessor
          A RequestProcessor implementation for the JPA connector.
 

Uses of RequestProcessor in org.jboss.dna.connector.store.jpa.model.simple
 

Subclasses of RequestProcessor in org.jboss.dna.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.jboss.dna.graph.connector.map
 

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

Uses of RequestProcessor in org.jboss.dna.graph.connector.path
 

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

Uses of RequestProcessor in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.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.jboss.dna.graph.request.processor
 

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

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

Uses of RequestProcessor in org.jboss.dna.graph.search
 

Subclasses of RequestProcessor in org.jboss.dna.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.jboss.dna.search.lucene
 

Subclasses of RequestProcessor in org.jboss.dna.search.lucene
 class LuceneSearchProcessor
          Abstract SearchEngineProcessor implementation for the LuceneSearchEngine.
 



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