Uses of Class
org.wso2.registry.config.RegistryContext

Packages that use RegistryContext
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.config   
org.wso2.registry.jdbc   
org.wso2.registry.session   
 

Uses of RegistryContext in org.wso2.registry
 

Methods in org.wso2.registry that return RegistryContext
 RegistryContext Registry.getRegistryContext()
          Get the configuration for this Registry
 

Uses of RegistryContext in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return RegistryContext
 RegistryContext RemoteRegistry.getRegistryContext()
           
 

Uses of RegistryContext in org.wso2.registry.config
 

Methods in org.wso2.registry.config that return RegistryContext
static RegistryContext RegistryContext.getSingleton()
           
 

Methods in org.wso2.registry.config with parameters of type RegistryContext
static org.apache.axiom.om.OMElement RegistryConfigurationProcessor.getRegistryConfigAsXML(RegistryContext registryContext)
           
static void RegistryConfigurationProcessor.populateRegistryConfig(java.io.InputStream in, RegistryContext registryContext)
          Read XML configuration from the passed InputStream, or from the classpath.
static void RegistryContext.setSingleton(RegistryContext context)
           
 

Uses of RegistryContext in org.wso2.registry.jdbc
 

Fields in org.wso2.registry.jdbc declared as RegistryContext
protected  RegistryContext JDBCRegistry.registryContext
           
protected  RegistryContext EmbeddedRegistry.registryContext
           
 

Methods in org.wso2.registry.jdbc that return RegistryContext
 RegistryContext JDBCRegistry.getRegistryContext()
           
 RegistryContext BasicRegistry.getRegistryContext()
           
 RegistryContext AtomicRegistry.getRegistryContext()
           
 

Methods in org.wso2.registry.jdbc with parameters of type RegistryContext
 void BasicRegistry.setRegistryContext(RegistryContext registryContext)
           
 void AtomicRegistry.setRegistryContext(RegistryContext registryContext)
           
 

Constructors in org.wso2.registry.jdbc with parameters of type RegistryContext
BasicRegistry(RegistryContext registryContext, Repository repository, VersionRepository versionRepository, QueryProcessorManager queryProcessorManager)
          Instantiates the BasicRegistry instance.
EmbeddedRegistry(RegistryContext context)
          Instantiates the EmbeddedRegistry using the configuration given in RegistryContext.
EmbeddedRegistry(RegistryContext context, UserRealm realm)
          Intantiates the EmbeddedRegistry using the configuration given in the context and the given UserRealm.
JDBCRegistry(RegistryContext registryContext, UserRealm realm)
          Constructs a JDBC registry to be used with secure registries.
 

Uses of RegistryContext in org.wso2.registry.session
 

Methods in org.wso2.registry.session that return RegistryContext
 RegistryContext UserRegistry.getRegistryContext()
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.