SMILA (incubation) API documentation

org.eclipse.smila.ontology.activator
Class Activator

java.lang.Object
  extended by org.eclipse.smila.ontology.activator.Activator

public class Activator
extends java.lang.Object

create a service tracker for SesameOntologyManager services.

Author:
jschumacher

Constructor Summary
Activator()
           
 
Method Summary
static SesameOntologyManager getService()
           
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

getService

public static SesameOntologyManager getService()
Returns:
the current SesameOntologyManager service instance.

start

public void start(BundleContext context)
           throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)

SMILA (incubation) API documentation