public class NamingExtension extends AbstractSubsystemExtension
| Constructor and Description |
|---|
NamingExtension() |
| 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 |
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) |
registerIntegrationServicespublic 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 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.