JBoss Modular Service Kernel API 1.0.0.Beta6

Uses of Class
org.jboss.msc.service.StartException

Packages that use StartException
org.jboss.msc.service The service container implementation itself. 
 

Uses of StartException in org.jboss.msc.service
 

Methods in org.jboss.msc.service that return StartException
 StartException ServiceController.getStartException()
          Get the reason why the last start failed.
 

Methods in org.jboss.msc.service with parameters of type StartException
 void StartContext.failed(StartException reason)
          Call when an asynchronous start lifecycle action has failed for some reason.
 void TimingServiceListener.serviceFailed(ServiceController<? extends Object> serviceController, StartException reason)
          The service start has failed.
 void ServiceListener.serviceFailed(ServiceController<? extends S> controller, StartException reason)
          The service start has failed.
 void AbstractServiceListener.serviceFailed(ServiceController<? extends S> controller, StartException reason)
          The service start has failed.
 

Methods in org.jboss.msc.service that throw StartException
 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.
 


JBoss Modular Service Kernel API 1.0.0.Beta6

Copyright © 2011 JBoss, a division of Red Hat, Inc.