public class EventSender extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEPLOYED_EVENT |
static String |
DEPLOYING_EVENT |
static String |
FAILED_EVENT |
static String |
UNDEPLOYED_EVENT |
static String |
UNDEPLOYING_EVENT |
Modifier and Type | Method and Description |
---|---|
static EventSender |
getInstance() |
void |
send(String topic,
org.osgi.framework.Bundle wab,
String contextPath) |
void |
send(String topic,
org.osgi.framework.Bundle wab,
String contextPath,
Exception ex) |
public static final String DEPLOYING_EVENT
public static final String DEPLOYED_EVENT
public static final String UNDEPLOYING_EVENT
public static final String UNDEPLOYED_EVENT
public static final String FAILED_EVENT
public static EventSender getInstance()
public void send(String topic, org.osgi.framework.Bundle wab, String contextPath)
topic
- wab
- contextPath
- Copyright © 1995-2015 Webtide. All Rights Reserved.