public class WebEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebEvent.WebTopic |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPLOYED |
static int |
DEPLOYING |
static int |
FAILED |
static int |
UNDEPLOYED |
static int |
UNDEPLOYING |
static int |
WAITING |
| Constructor and Description |
|---|
WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle) |
WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
Collection<Long> ids) |
WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
org.osgi.service.http.HttpService httpService,
org.osgi.service.http.HttpContext httpContext) |
WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
Throwable cause) |
WebEvent(WebEvent event,
boolean replay) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle() |
Throwable |
getCause() |
Collection<Long> |
getCollisionIds() |
String |
getContextPath() |
org.osgi.framework.Bundle |
getExtenderBundle() |
org.osgi.service.http.HttpContext |
getHttpContext() |
org.osgi.service.http.HttpService |
getHttpService() |
long |
getTimestamp() |
int |
getType() |
boolean |
isReplay() |
String |
toString() |
public static final int DEPLOYING
public static final int DEPLOYED
public static final int UNDEPLOYING
public static final int UNDEPLOYED
public static final int FAILED
public static final int WAITING
public WebEvent(WebEvent event, boolean replay)
public WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle)
public WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
Throwable cause)
public WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
Collection<Long> ids)
public WebEvent(int type,
String contextPath,
org.osgi.framework.Bundle bundle,
org.osgi.framework.Bundle extenderBundle,
org.osgi.service.http.HttpService httpService,
org.osgi.service.http.HttpContext httpContext)
public int getType()
public boolean isReplay()
public org.osgi.framework.Bundle getBundle()
public org.osgi.framework.Bundle getExtenderBundle()
public Throwable getCause()
public long getTimestamp()
public String getContextPath()
public Collection<Long> getCollisionIds()
public org.osgi.service.http.HttpService getHttpService()
public org.osgi.service.http.HttpContext getHttpContext()
Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.