Uses of Class
org.jboss.msc.service.StartException
-
Packages that use StartException 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.jboss.msc.service The service container implementation itself.org.wildfly.clustering.service -
-
Uses of StartException in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that throw StartException Modifier and Type Method Description voidRuntimeBindReleaseService. start(StartContext context) -
Uses of StartException in org.jboss.as.naming.management
Methods in org.jboss.as.naming.management that throw StartException Modifier and Type Method Description voidJndiViewExtensionRegistry. start(StartContext startContext) -
Uses of StartException in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote that throw StartException Modifier and Type Method Description voidHttpRemoteNamingServerService. start(StartContext startContext)voidRemoteNamingServerService. start(StartContext context) -
Uses of StartException in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that throw StartException 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 StartException in org.jboss.msc
Methods in org.jboss.msc that throw StartException Modifier and Type Method Description voidService. start(StartContext context)Start the service. -
Uses of StartException in org.jboss.msc.service
Methods in org.jboss.msc.service that return StartException Modifier and Type Method Description StartExceptionDelegatingServiceController. getStartException()Get the reason why the last start failed.StartExceptionServiceController. getStartException()Get the reason why the last start failed.Methods in org.jboss.msc.service with parameters of type StartException Modifier and Type Method Description voidStartContext. failed(StartException reason)Call when start lifecycle action has failed for some reason.voidServiceLogger_$logger. startFailed(StartException cause, ServiceName serviceName) -
Uses of StartException in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service that throw StartException Modifier and Type Method Description voidFunctionalService. start(StartContext context)
-