org.sapia.regis
Interface RegistryFactory

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

public interface RegistryFactory


Method Summary
 Registry connect(java.util.Properties props)
           
 

Method Detail

connect

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


Copyright © 2011 Sapia OSS. All Rights Reserved.