org.apache.airavata.common.registry.api
Interface Registry

All Known Implementing Classes:
JCRRegistry

public interface Registry


Method Summary
 String getName()
          Returns the repository name
 URI getRepositoryURI()
          Repository uri
 String getUsername()
          Returns the default username that is specified to connect to the repository
 

Method Detail

getUsername

String getUsername()
Returns the default username that is specified to connect to the repository

Returns:

getRepositoryURI

URI getRepositoryURI()
Repository uri

Returns:

getName

String getName()
Returns the repository name

Returns:


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.