JBoss Modular Service Kernel API 1.0.0.Beta1

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

Packages that use StartException
org.jboss.msc.service   
org.jboss.msc.services   
org.jboss.msc.services.http   
 

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 RemovingServiceListener.serviceFailed(ServiceController<?> serviceController, StartException reason)
          The service start has failed.
 void TimingServiceListener.serviceFailed(ServiceController<? extends Object> serviceController, StartException reason)
          The service start has failed.
 void AbstractServiceListener.serviceFailed(ServiceController<? extends S> controller, StartException reason)
          The service start has failed.
 void ServiceListener.serviceFailed(ServiceController<? extends S> controller, StartException reason)
          The service start has failed.
 

Methods in org.jboss.msc.service that throw StartException
 void Service.start(StartContext context)
          Start the service.
 void AbstractService.start(StartContext context)
          Start the service.
 

Uses of StartException in org.jboss.msc.services
 

Methods in org.jboss.msc.services that throw StartException
 void LifecycleService.start(StartContext context)
          Start the service.
 void VFSMountService.start(StartContext context)
          Start the service.
 void MBeanService.start(StartContext context)
          Start the service.
 void ThreadPoolExecutorService.start(StartContext context)
          Start the service.
 

Uses of StartException in org.jboss.msc.services.http
 

Methods in org.jboss.msc.services.http that throw StartException
 void HttpServerService.start(StartContext context)
           
 void HttpContextService.start(StartContext context)
           
 


JBoss Modular Service Kernel API 1.0.0.Beta1

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