JBoss Modular Service Kernel API 1.0.0.CR2

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.
 

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.CR2

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