public class WebExtension extends AbstractSubsystemExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
OSGI_BUNDLECONTEXT |
static String |
WEB_CONTEXTPATH |
static String |
WEBBUNDLE_PREFIX |
static String |
WEBBUNDLE_PROTOCOL |
| Constructor and Description |
|---|
WebExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureServiceDependencies(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceBuilder<?> builder) |
void |
performBoottime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
void |
registerIntegrationServices(org.jboss.osgi.framework.spi.FrameworkBuilder builder,
SubsystemState subsystemState) |
void |
startSystemServices(org.jboss.msc.service.StartContext startContext,
org.osgi.framework.BundleContext systemContext) |
void |
stopSystemServices(org.jboss.msc.service.StopContext stopContext,
org.osgi.framework.BundleContext systemContext) |
public static final String OSGI_BUNDLECONTEXT
public static final String WEB_CONTEXTPATH
public static final String WEBBUNDLE_PROTOCOL
public static final String WEBBUNDLE_PREFIX
public void performBoottime(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
performBoottime in interface SubsystemExtensionperformBoottime in class AbstractSubsystemExtensionpublic void registerIntegrationServices(org.jboss.osgi.framework.spi.FrameworkBuilder builder,
SubsystemState subsystemState)
registerIntegrationServices in interface SubsystemExtensionregisterIntegrationServices in class AbstractSubsystemExtensionpublic void configureServiceDependencies(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceBuilder<?> builder)
configureServiceDependencies in interface SubsystemExtensionconfigureServiceDependencies in class AbstractSubsystemExtensionpublic void startSystemServices(org.jboss.msc.service.StartContext startContext,
org.osgi.framework.BundleContext systemContext)
startSystemServices in interface SubsystemExtensionstartSystemServices in class AbstractSubsystemExtensionpublic void stopSystemServices(org.jboss.msc.service.StopContext stopContext,
org.osgi.framework.BundleContext systemContext)
stopSystemServices in interface SubsystemExtensionstopSystemServices in class AbstractSubsystemExtensionCopyright © 2016 JBoss by Red Hat. All rights reserved.