Uses of Interface
org.wso2.carbon.registry.core.service.RegistryService

Packages that use RegistryService
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core.internal   
org.wso2.carbon.registry.core.jdbc   
 

Uses of RegistryService in org.wso2.carbon.registry.app
 

Classes in org.wso2.carbon.registry.app that implement RegistryService
 class RemoteRegistryService
          This is a core class used by application that use registry in the remote mode.
 

Uses of RegistryService in org.wso2.carbon.registry.core.internal
 

Methods in org.wso2.carbon.registry.core.internal that return RegistryService
 RegistryService RegistryCoreServiceComponent.buildRegistryService()
          Builds the OSGi service for this Registry instance.
static RegistryService RegistryCoreServiceComponent.getRegistryService()
          Method to obtain an instance of the OSGi Registry Service.
 

Methods in org.wso2.carbon.registry.core.internal with parameters of type RegistryService
 void RegistryCoreServiceComponent.registerBuiltInHandlers(RegistryService registryService)
          Method to register built-in handlers.
 

Uses of RegistryService in org.wso2.carbon.registry.core.jdbc
 

Classes in org.wso2.carbon.registry.core.jdbc that implement RegistryService
 class EmbeddedRegistryService
          This is a core class used by application that use registry in the embedded mode.
 class InMemoryEmbeddedRegistryService
          This is an extension to the EmbeddedRegistryService which is tailored to expose InMemoryEmbeddedRegistry instances as OSGi services.
 



Copyright © 2010. All Rights Reserved.