org.friendularity.bundle.demoserv.semrepo
Class Activator

java.lang.Object
  extended by ext.osgi.common.MacroBundleActivatorBase
      extended by org.appdapter.osgi.core.BundleActivatorBase
          extended by org.friendularity.bundle.demoserv.semrepo.Activator
All Implemented Interfaces:
java.util.EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

public class Activator
extends org.appdapter.osgi.core.BundleActivatorBase


Nested Class Summary
 
Nested classes/interfaces inherited from class ext.osgi.common.MacroBundleActivatorBase
ext.osgi.common.MacroBundleActivatorBase.BootPhaseConst, ext.osgi.common.MacroBundleActivatorBase.BundleClassWatcher, ext.osgi.common.MacroBundleActivatorBase.ListenableMap<K,V>, ext.osgi.common.MacroBundleActivatorBase.ListenerMap<K,V>, ext.osgi.common.MacroBundleActivatorBase.MacroStartupSettings, ext.osgi.common.MacroBundleActivatorBase.TodoItem, ext.osgi.common.MacroBundleActivatorBase.TodoItemState
 
Field Summary
static com.hp.hpl.jena.query.Dataset theMainConfigDataset
           
 
Fields inherited from class ext.osgi.common.MacroBundleActivatorBase
bundleBootPhase, classLoaderUtils, dispatchEventLock, EQBAR, hasDispatchedFrameworkStartedEvent, m_context, MACRO_LAUNCHER, macroStartupSettings, myLogger, settingsName, startedBundles, startedEventScheduled
 
Constructor Summary
Activator()
           
 
Method Summary
 void initWebapps(org.osgi.framework.BundleContext bundleCtx)
           
protected  void setupJosekiSparqlAccess(org.cogchar.app.puma.web.PumaWebMapper pwm)
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class ext.osgi.common.MacroBundleActivatorBase
addMacroPreService, addMacroService, addMacroService, addMacroService, addMacroServiceLocal, asTodoItem, bundleCtxName, debugLoaders, debugLoaders, debugLoadersInfo, debugResolve, describe, ensureExtClassesAreFindable, forceLog4jConfig, forceLog4jConfig, forceLog4jConfig0, frameworkEvent, getBundleName, getBundleName, getEnumValueName, getLogger, getPhaseName, handleFrameworkStartedEvent, isFakeOSGI, isLauncherBundle, isOSGIProperty, launchApplication, logInfo, registerConfig, registerServices, scheduleFrameworkStartEventHandler, toKeyCase, trace, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theMainConfigDataset

public static com.hp.hpl.jena.query.Dataset theMainConfigDataset
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.appdapter.osgi.core.BundleActivatorBase
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class org.appdapter.osgi.core.BundleActivatorBase
Throws:
java.lang.Exception

initWebapps

public void initWebapps(org.osgi.framework.BundleContext bundleCtx)

setupJosekiSparqlAccess

protected void setupJosekiSparqlAccess(org.cogchar.app.puma.web.PumaWebMapper pwm)


Copyright © 2011-2014. All Rights Reserved.