Uses of Class
org.jboss.msc.service.StartException
-
Packages that use StartException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of StartException in org.jboss.msc.service
Fields in org.jboss.msc.service declared as StartException Modifier and Type Field Description private StartException
ServiceControllerImpl. startException
The start exception.Methods in org.jboss.msc.service that return StartException Modifier and Type Method Description StartException
ServiceController. getStartException()
Get the reason why the last start failed.StartException
ServiceControllerImpl. getStartException()
Methods in org.jboss.msc.service with parameters of type StartException Modifier and Type Method Description void
ServiceControllerImpl.StartContextImpl. failed(StartException reason)
void
StartContext. failed(StartException reason)
Call when start lifecycle action has failed for some reason.private void
ServiceControllerImpl.StartTask. startFailed(StartException e, ServiceName serviceName, ServiceControllerImpl.StartContextImpl context, long startNanos)
void
ServiceLogger_$logger. startFailed(StartException cause, ServiceName serviceName)
void
ServiceLogger. startFailed(StartException cause, ServiceName serviceName)
Methods in org.jboss.msc.service that throw StartException Modifier and Type Method Description void
AbstractService. start(StartContext context)
Start the service.void
Service. start(StartContext context)
Start the service.void
ValueInjectionService. start(StartContext context)
Start the service.void
ValueService. start(StartContext context)
Start the service.private void
ServiceControllerImpl.StartTask. startService(Service<? extends S> service, StartContext context)
-