public abstract class WebEvent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TOPIC_DEPLOYED |
static String |
TOPIC_DEPLOYING |
static String |
TOPIC_FAILED |
static String |
TOPIC_UNDEPLOYED |
static String |
TOPIC_UNDEPLOYING |
Constructor and Description |
---|
WebEvent() |
Modifier and Type | Method and Description |
---|---|
static void |
postEvent(Object eventAdmin,
String topic,
org.osgi.framework.Bundle webAppBundle,
org.osgi.framework.Bundle extenderBundle,
Throwable exception,
String collision,
Long collisionBundles) |
public static final String TOPIC_DEPLOYING
public static final String TOPIC_DEPLOYED
public static final String TOPIC_UNDEPLOYING
public static final String TOPIC_UNDEPLOYED
public static final String TOPIC_FAILED
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.