Uses of Interface
org.jboss.msc.service.StartContext
-
Packages that use StartContext Package Description org.jboss.as.naming.deployment org.jboss.as.naming.management org.jboss.as.naming.remote org.jboss.as.naming.service org.jboss.msc The modular service container base package.org.wildfly.clustering.service -
-
Uses of StartContext in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment with parameters of type StartContext Modifier and Type Method Description voidRuntimeBindReleaseService. start(StartContext context) -
Uses of StartContext in org.jboss.as.naming.management
Methods in org.jboss.as.naming.management with parameters of type StartContext Modifier and Type Method Description voidJndiViewExtensionRegistry. start(StartContext startContext) -
Uses of StartContext in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote with parameters of type StartContext Modifier and Type Method Description voidHttpRemoteNamingServerService. start(StartContext startContext)voidRemoteNamingServerService. start(StartContext context) -
Uses of StartContext in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service with parameters of type StartContext Modifier and Type Method Description voidBinderService. start(StartContext context)Bind the entry into the injected context.voidDefaultNamespaceContextSelectorService. start(StartContext startContext)voidExternalContextBinderService. start(StartContext context)voidExternalContextsService. start(StartContext context)voidNamingService. start(StartContext context)Creates a new NamingServer and sets the naming context to use the naming server.voidNamingStoreService. start(StartContext context)Creates the naming store if not provided by the constructor. -
Uses of StartContext in org.jboss.msc
Methods in org.jboss.msc with parameters of type StartContext Modifier and Type Method Description voidService. start(StartContext context)Start the service. -
Uses of StartContext in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service with parameters of type StartContext Modifier and Type Method Description voidChildTargetService. start(StartContext context)voidFunctionalService. start(StartContext context)
-