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

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

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

Methods in org.apache.lucene.gdata.server.registry that return ComponentType
static ComponentType ComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentType[] ComponentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.lucene.gdata.server.registry with parameters of type ComponentType
<R> R
GDataServerRegistry.lookup(Class<R> clazz, ComponentType compType)
          This method is the main interface to the Component Lookup Service of the registry.
 



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