Class EventSender


  • public class EventSender
    extends java.lang.Object
    Utility class for emitting OSGi EventAdmin events
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static EventSender getInstance()  
      void send​(java.lang.String topic, org.osgi.framework.Bundle wab, java.lang.String contextPath)  
      void send​(java.lang.String topic, org.osgi.framework.Bundle wab, java.lang.String contextPath, java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static EventSender getInstance()
      • send

        public void send​(java.lang.String topic,
                         org.osgi.framework.Bundle wab,
                         java.lang.String contextPath)
      • send

        public void send​(java.lang.String topic,
                         org.osgi.framework.Bundle wab,
                         java.lang.String contextPath,
                         java.lang.Exception ex)