Uses of Package
org.apache.lucene.gdata.server.registry

Packages that use org.apache.lucene.gdata.server.registry
org.apache.lucene.gdata.data Contains classes for the internal representation of GData feeds and entries. 
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 
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.data
ProvidedService
          This interface describes a service provided by the GData-Server.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.search
ProvidedService
          This interface describes a service provided by the GData-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.search.index
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
EntryEventListener
          The EntryEventListener interface should be implemented by any class needs to be informed about any changes on entries.
ProvidedService
          This interface describes a service provided by the GData-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.server
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
EntryEventMediator
          This class will be informed about every successful entry event and distributes all event to all registered EntryEventListener
GDataServerRegistry
          The GDataServerRegistry represents the registry component of the GData Server.
ProvidedService
          This interface describes a service provided by the GData-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.server.authentication
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.server.registry
ComponentType
          The enumeration ComponentType defines the GDATA-Server Components available via GDataServerRegistry.lookup(Class, ComponentType) method.
EntryEventListener
          The EntryEventListener interface should be implemented by any class needs to be informed about any changes on entries.
EntryEventMediator
          This class will be informed about every successful entry event and distributes all event to all registered EntryEventListener
GDataServerRegistry
          The GDataServerRegistry represents the registry component of the GData Server.
ProvidedService
          This interface describes a service provided by the GData-Server.
RegistryException
          This exception is thrown by the GDataServerRegistry if registering a service or a component fails.
Scope
          The Scope annotation is used in ScopeVisitable and ScopeVisitor implementations to indicate which scope should be visited.
Scope.ScopeType
          Defines a Scope for Scope annotations
ScopeVisitable
          Implementation of this interface accept ScopeVisitor objects and call their methods on the desired action.
ScopeVisitor
           ScopeVisitor is used to implement the Visitor pattern in GDATAServer.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.servlet.handler
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.storage
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.storage.db4o
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
Scope
          The Scope annotation is used in ScopeVisitable and ScopeVisitor implementations to indicate which scope should be visited.
ScopeVisitor
           ScopeVisitor is used to implement the Visitor pattern in GDATAServer.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 

Classes in org.apache.lucene.gdata.server.registry used by org.apache.lucene.gdata.storage.lucenestorage
Component
          The Component annotation is used to annotate a class as a server-component of the GDATA-Server.
ProvidedService
          This interface describes a service provided by the GData-Server.
ServerComponent
          To Register a class as a component in the GDataServerRegistry the class or a super class must implements this interface.
 



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