|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConfigurationException | |
| org.openrdf.sesame.repository | Repository API interfaces. |
| org.openrdf.sesame.repository.local | Implementations of the repository API for local Sesame repositories. |
| org.openrdf.sesame.server.rmi | |
| Uses of ConfigurationException in org.openrdf.sesame.repository |
| Methods in org.openrdf.sesame.repository that throw ConfigurationException | |
SesameRepository |
SesameService.getRepository(String repositoryID)
Gets a SesameRepository object for the specified repository ID. |
| Uses of ConfigurationException in org.openrdf.sesame.repository.local |
| Methods in org.openrdf.sesame.repository.local that throw ConfigurationException | |
SesameRepository |
LocalService.getRepository(String repositoryId)
|
void |
LocalService.addRepository(RepositoryConfig repConfig)
Defines a new repository. |
LocalRepository |
LocalService.createRepository(RepositoryConfig repConfig)
Adds a new repository definition to this LocalService and creates a SesameRepository object for it. |
LocalRepository |
LocalService.createRepository(String repositoryId,
boolean inferencing)
Adds a new repository with the supplied ID to this LocalService and creates a LocalRepository object for it. |
| Uses of ConfigurationException in org.openrdf.sesame.server.rmi |
| Methods in org.openrdf.sesame.server.rmi that throw ConfigurationException | |
SesameRepository |
ServicesInterfaceImpl.getRepository(String repositoryID)
Gets a SesameRepository object for the specified repository ID. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||