Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.osgi
Class OSGiRuntimeActivator

java.lang.Object
  extended by org.nuxeo.runtime.osgi.OSGiRuntimeActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator
Direct Known Subclasses:
OSGIRuntimeTestActivator

public class OSGiRuntimeActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

The default BundleActivator for NXRuntime over an OSGi comp. platform.

Author:
Bogdan Stefanescu

Constructor Summary
OSGiRuntimeActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiRuntimeActivator

public OSGiRuntimeActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
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
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.