Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.osgi
Class OSGiComponentLoader

java.lang.Object
  extended by org.nuxeo.runtime.osgi.OSGiComponentLoader
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener, org.osgi.framework.SynchronousBundleListener

public class OSGiComponentLoader
extends Object
implements org.osgi.framework.SynchronousBundleListener

Author:
Bogdan Stefanescu

Constructor Summary
OSGiComponentLoader(OSGiRuntimeService runtime)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void install()
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiComponentLoader

public OSGiComponentLoader(OSGiRuntimeService runtime)
Method Detail

install

public void install()

uninstall

public void uninstall()

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.