Uses of Interface
org.wso2.registry.Registry

Packages that use Registry
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.queries   
org.wso2.registry.session   
org.wso2.registry.utils   
 

Uses of Registry in org.wso2.registry
 

Methods in org.wso2.registry that return Registry
abstract  Registry RegistryFactory.getRegistry()
          Get a Registry with no security credentials.
abstract  Registry RegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
          Get a Registry with the provided credentials.
 

Methods in org.wso2.registry with parameters of type Registry
abstract  void Aspect.associate(Resource resource, Registry registry)
          Associate a new Resource with this aspect.
 

Constructors in org.wso2.registry with parameters of type Registry
ResourceImporter(Registry registry)
           
 

Uses of Registry in org.wso2.registry.app
 

Classes in org.wso2.registry.app that implement Registry
 class RemoteRegistry
           
 

Methods in org.wso2.registry.app that return Registry
 Registry RemoteRegistryFactory.getRegistry()
           
 Registry RemoteRegistryFactory.getRegistry(java.lang.String username, java.lang.String password)
           
 

Constructors in org.wso2.registry.app with parameters of type Registry
RegistryAdapter.Resourcerator(java.lang.Object[] paths, Registry registry)
           
 

Uses of Registry in org.wso2.registry.jdbc
 

Classes in org.wso2.registry.jdbc that implement Registry
 class AtomicRegistry
           
 class BasicRegistry
           
 class InMemoryJDBCRegistry
           
 class JDBCRegistry
          JDBC based implementation of the Registry.
 

Uses of Registry in org.wso2.registry.jdbc.handlers
 

Methods in org.wso2.registry.jdbc.handlers that return Registry
 Registry RequestContext.getRegistry()
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type Registry
RequestContext(Registry registry, Repository repository)
           
 

Uses of Registry in org.wso2.registry.jdbc.queries
 

Constructors in org.wso2.registry.jdbc.queries with parameters of type Registry
QueryProcessorManager(javax.sql.DataSource dataSource, UserRealm realm, Registry registry)
           
 

Uses of Registry in org.wso2.registry.session
 

Classes in org.wso2.registry.session that implement Registry
 class UserRegistry
          Maintains information required for particular user.
 

Constructors in org.wso2.registry.session with parameters of type Registry
UserRegistry(java.lang.String userName, Registry coreRegistry, UserRealm defaultRealm, javax.sql.DataSource dataSource)
           
UserRegistry(java.lang.String userName, java.lang.String password, Registry coreRegistry, UserRealm defaultRealm, javax.sql.DataSource dataSource)
           
 

Uses of Registry in org.wso2.registry.utils
 

Methods in org.wso2.registry.utils with parameters of type Registry
static void RegistryClientUtils.exportFromRegistry(java.io.File toFile, java.lang.String path, Registry registry)
          This method can be used to export registry instance or node in a registry to a local file system.
static void RegistryClientUtils.importToRegistry(java.io.File file, java.lang.String path, Registry registry)
          This method can be used to import a local file system into a running instance of a registry.
 



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