|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.ontology.internal.SesameOntologyManagerImpl
public class SesameOntologyManagerImpl
Implementation of Sesame based ontology manager.
| Field Summary | |
|---|---|
static java.lang.String |
CONFIG_NAME
name of service config file. |
| Fields inherited from interface org.eclipse.smila.ontology.SesameOntologyManager |
|---|
BUNDLE_ID |
| Constructor Summary | |
|---|---|
SesameOntologyManagerImpl()
default constructor with tracing. |
|
| Method Summary | |
|---|---|
protected void |
activate(ComponentContext context)
|
protected void |
deactivate(ComponentContext context)
OSGi Declarative Services service deactivation method. |
RepositoryConnection |
getConnection(java.lang.String name)
create a new connection to the named repository. |
RepositoryConnection |
getDefaultConnection()
create a new connection to the default repository. |
java.util.List<java.lang.String> |
getRepositoryNames()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONFIG_NAME
| Constructor Detail |
|---|
public SesameOntologyManagerImpl()
| Method Detail |
|---|
public RepositoryConnection getConnection(java.lang.String name)
throws RepositoryException
getConnection in interface SesameOntologyManagername - repository name.
RepositoryExceptionSesameOntologyManager.getConnection(java.lang.String)
public RepositoryConnection getDefaultConnection()
throws RepositoryException
getDefaultConnection in interface SesameOntologyManagerRepositoryExceptionSesameOntologyManager.getDefaultConnection()public java.util.List<java.lang.String> getRepositoryNames()
getRepositoryNames in interface SesameOntologyManagerSesameOntologyManager.getRepositoryNames()protected void activate(ComponentContext context)
protected void deactivate(ComponentContext context)
context - OSGi service component context.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||