org.eclipse.gemini.blueprint.service.exporter.support.internal.support
Class ListenerNotifier

java.lang.Object
  extended by org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ListenerNotifier

public class ListenerNotifier
extends Object

Basic class supporting the various types of listener invocations.

Author:
Costin Leau

Constructor Summary
ListenerNotifier(OsgiServiceRegistrationListener[] listeners)
           
 
Method Summary
 void callRegister(Object service, Map properties)
           
 void callUnregister(Object service, Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerNotifier

public ListenerNotifier(OsgiServiceRegistrationListener[] listeners)
Method Detail

callRegister

public void callRegister(Object service,
                         Map properties)

callUnregister

public void callUnregister(Object service,
                           Map properties)


Copyright © 2006-2013. All Rights Reserved.