Package org.impalaframework.service.registry.event

Examples of org.impalaframework.service.registry.event.ServiceAddedEvent


          + "' contributed from module '" + moduleName
          + "' to service registry, with tags " + tags
          + " and attributes " + attributes);

    //FIXME issue 23: is any additional locking here necessary
    ServiceAddedEvent event = new ServiceAddedEvent(serviceReference);
    invokeListeners(event);
  }
View Full Code Here


          + "' contributed from module '" + moduleName
          + "' to service registry, with tags " + tags
          + " and attributes " + attributes);

    //FIXME issue 23: is any additional locking here necessary
    ServiceAddedEvent event = new ServiceAddedEvent(serviceReference);
    invokeListeners(event);
  }
View Full Code Here

TOP

Related Classes of org.impalaframework.service.registry.event.ServiceAddedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.