Uses of Class
org.jboss.msc.service.ServiceRegistryException
-
Packages that use ServiceRegistryException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceRegistryException in org.jboss.msc.service
Subclasses of ServiceRegistryException in org.jboss.msc.service Modifier and Type Class Description class
CircularDependencyException
Exception used to indicate there was a circular dependency discovered during resolution.class
DuplicateServiceException
An exception which is thrown when the given service is already registered.class
ServiceNotFoundException
Exception which is thrown when a required service is not found in the registry.Methods in org.jboss.msc.service that throw ServiceRegistryException Modifier and Type Method Description void
ServiceActivator. activate(ServiceActivatorContext serviceActivatorContext)
Activate services.(package private) <T> ServiceController<T>
BatchServiceTargetImpl. install(ServiceBuilderImpl<T> serviceBuilder)
ServiceController<T>
DelegatingServiceBuilder. install()
Install the defined service into the container.ServiceController<T>
ServiceBuilder. install()
Install the defined service into the container.ServiceController<T>
ServiceBuilderImpl. install()
(package private) <T> ServiceController<T>
ServiceControllerImpl.ChildServiceTarget. install(ServiceBuilderImpl<T> serviceBuilder)
(package private) <T> ServiceController<T>
ServiceTargetImpl. install(ServiceBuilderImpl<T> serviceBuilder)
InstallserviceBuilder
in this target.
-