org.sapia.regis
Interface RegistryFactory

All Known Implementing Classes:
CacheRegistryFactory, HibernateRegistryFactory, LocalRegistryFactory, PrevaylerRegistryFactory, RemoteRegistryFactory

public interface RegistryFactory


Method Summary
 Registry connect(Properties props)
           
 

Method Detail

connect

Registry connect(Properties props)
                 throws Exception
Parameters:
props - the Properties to used to connect to the desired Registry.
Returns:
a Registry.
Throws:
Exception - if a problem occurs while attempting to connect.


Copyright © 2006 Sapia Open Community, Inc. All Rights Reserved.