org.apache.sling.installer.factories.configuration.impl
Class ServicesListener

java.lang.Object
  extended by org.apache.sling.installer.factories.configuration.impl.ServicesListener

public class ServicesListener
extends java.lang.Object

The ServicesListener listens for the required services and starts/stops the scanners based on the availability of the services.


Nested Class Summary
protected  class ServicesListener.Listener
           
 
Field Summary
static java.lang.String VENDOR
          Vendor of all registered services.
 
Constructor Summary
ServicesListener(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void deactivate()
          Deactivate this listener.
 void notifyChange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

public static final java.lang.String VENDOR
Vendor of all registered services.

See Also:
Constant Field Values
Constructor Detail

ServicesListener

public ServicesListener(org.osgi.framework.BundleContext bundleContext)
Method Detail

notifyChange

public void notifyChange()

deactivate

public void deactivate()
Deactivate this listener.



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.