JBoss Modular Service Kernel API 1.0.0.GA

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

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

Uses of ServiceNotFoundException in org.jboss.msc.service
 

Methods in org.jboss.msc.service that throw ServiceNotFoundException
 ServiceController<?> DelegatingServiceContainer.getRequiredService(ServiceName serviceName)
          Get a service, throwing an exception if it is not found.
 ServiceController<?> DelegatingServiceRegistry.getRequiredService(ServiceName serviceName)
          Get a service, throwing an exception if it is not found.
 ServiceController<?> ServiceRegistry.getRequiredService(ServiceName serviceName)
          Get a service, throwing an exception if it is not found.
 


JBoss Modular Service Kernel API 1.0.0.GA

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