public interface SubsystemExtension
| 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) |
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 configureServiceDependencies(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceBuilder<?> builder)
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)
Copyright © 2016 JBoss by Red Hat. All rights reserved.