Uses of Class
org.apache.lucene.gdata.server.registry.RegistryException

Packages that use RegistryException
org.apache.lucene.gdata.server.registry Internal registry - registering services and server components 
 

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

Methods in org.apache.lucene.gdata.server.registry that throw RegistryException
<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.
 void GDataServerRegistry.registerScopeVisitable(ScopeVisitable visitable)
           
 void GDataServerRegistry.registerScopeVisitor(ScopeVisitor visitor)
           
 

Constructors in org.apache.lucene.gdata.server.registry that throw RegistryException
GDataRequestListener()
           
 



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