public class EventSender
extends Object
Utility class for emitting OSGi EventAdmin events
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEPLOYING_EVENT
public static final String DEPLOYING_EVENT
- See Also:
-
-
DEPLOYED_EVENT
public static final String DEPLOYED_EVENT
- See Also:
-
-
UNDEPLOYING_EVENT
public static final String UNDEPLOYING_EVENT
- See Also:
-
-
UNDEPLOYED_EVENT
public static final String UNDEPLOYED_EVENT
- See Also:
-
-
FAILED_EVENT
public static final String FAILED_EVENT
- See Also:
-
-
Method Details
-
-
send
public void send(String topic,
org.osgi.framework.Bundle wab,
String contextPath)
-