org.openrdf.http.webclient.server
Class Server

java.lang.Object
  extended by org.openrdf.http.webclient.server.Server

public class Server
extends Object


Constructor Summary
Server(String location)
           
 
Method Summary
 String getLocation()
           
 List<RepositoryInfo> getRepositoryInfos()
           
 RemoteRepositoryManager getRepositoryManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(String location)
       throws RepositoryException
Throws:
RepositoryException
Method Detail

getLocation

public String getLocation()

getRepositoryManager

public RemoteRepositoryManager getRepositoryManager()
Returns:
Returns the repositoryManager.

getRepositoryInfos

public List<RepositoryInfo> getRepositoryInfos()
                                        throws RepositoryException
Throws:
RepositoryException


Copyright © 2001-2008 Aduna. All Rights Reserved.