Uses of Interface
org.apache.lucene.gdata.server.registry.ServerComponent

Packages that use ServerComponent
org.apache.lucene.gdata.search Classes used for query the lucene index for a specific feed instance 
org.apache.lucene.gdata.search.index Contains classes processing of documents and accessing the search index of the server 
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
org.apache.lucene.gdata.server.authentication Classes and Exceptions used for client authentification. 
org.apache.lucene.gdata.server.registry Internal registry - registering services and server components 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
org.apache.lucene.gdata.storage Feed / Enty storage 
org.apache.lucene.gdata.storage.db4o DB4o storage implementation (needs third patry jar) DB4o Website 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
 

Uses of ServerComponent in org.apache.lucene.gdata.search
 

Subinterfaces of ServerComponent in org.apache.lucene.gdata.search
 interface SearchComponent
          TODO document this when Search comes into play
 

Uses of ServerComponent in org.apache.lucene.gdata.search.index
 

Classes in org.apache.lucene.gdata.search.index that implement ServerComponent
 class IndexController
          Default implementation of the SearchComponent interface.
 

Uses of ServerComponent in org.apache.lucene.gdata.server
 

Classes in org.apache.lucene.gdata.server that implement ServerComponent
 class ServiceFactory
          The ServiceFactory creates Service implementations to access the GData - Server components.
 

Uses of ServerComponent in org.apache.lucene.gdata.server.authentication
 

Subinterfaces of ServerComponent in org.apache.lucene.gdata.server.authentication
 interface AuthenticationController
          Implementations of the AuthenticationController interface contain all the logic for processing token based authentification.
 

Classes in org.apache.lucene.gdata.server.authentication that implement ServerComponent
 class BlowfishAuthenticationController
          A AuthenticationController implmentation using a Blowfish algorithmn to en/decrpyt the authentification token.
 

Uses of ServerComponent in org.apache.lucene.gdata.server.registry
 

Methods in org.apache.lucene.gdata.server.registry with type parameters of type ServerComponent
<E extends ServerComponent>
void
GDataServerRegistry.registerComponent(Class<E> componentClass, ComponentConfiguration configuration)
          All registered ServerComponent registered via this method are available via the GDataServerRegistry.lookup(Class, ComponentType) method.
 

Uses of ServerComponent in org.apache.lucene.gdata.servlet.handler
 

Classes in org.apache.lucene.gdata.servlet.handler that implement ServerComponent
 class DefaultRequestHandlerFactory
          Default implementation for RequestHandlerFactory Builds the GDataRequestHandler instances.
 class RequestHandlerFactory
          Abstract Superclass for RequestHandlerFactories
 

Uses of ServerComponent in org.apache.lucene.gdata.storage
 

Subinterfaces of ServerComponent in org.apache.lucene.gdata.storage
 interface StorageController
          An interface to define a central storage controller acting as a Stroage Factory.
 

Uses of ServerComponent in org.apache.lucene.gdata.storage.db4o
 

Classes in org.apache.lucene.gdata.storage.db4o that implement ServerComponent
 class DB4oController
          The DB4o StorageContorller can be used as a persitence component for the gdata-server.
 

Uses of ServerComponent in org.apache.lucene.gdata.storage.lucenestorage
 

Classes in org.apache.lucene.gdata.storage.lucenestorage that implement ServerComponent
 class StorageCoreController
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.