Uses of Interface
org.jboss.msc.service.StopContext
-
Packages that use StopContext 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 StopContext in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment with parameters of type StopContext Modifier and Type Method Description voidRuntimeBindReleaseService. stop(StopContext context) -
Uses of StopContext in org.jboss.as.naming.management
Methods in org.jboss.as.naming.management with parameters of type StopContext Modifier and Type Method Description voidJndiViewExtensionRegistry. stop(StopContext stopContext) -
Uses of StopContext in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote with parameters of type StopContext Modifier and Type Method Description voidHttpRemoteNamingServerService. stop(StopContext stopContext)voidRemoteNamingServerService. stop(StopContext context) -
Uses of StopContext in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service with parameters of type StopContext Modifier and Type Method Description voidBinderService. stop(StopContext context)Unbind the entry from the injected context.voidDefaultNamespaceContextSelectorService. stop(StopContext stopContext)voidExternalContextBinderService. stop(StopContext context)voidExternalContextsService. stop(StopContext context)voidNamingService. stop(StopContext context)Removes the naming server from the naming context.voidNamingStoreService. stop(StopContext context)Destroys the naming store. -
Uses of StopContext in org.jboss.msc
Methods in org.jboss.msc with parameters of type StopContext Modifier and Type Method Description voidService. stop(StopContext context)Stop the service. -
Uses of StopContext in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service with parameters of type StopContext Modifier and Type Method Description voidChildTargetService. stop(StopContext context)voidFunctionalService. stop(StopContext context)
-