Uses of Class
org.jboss.msc.service.DuplicateServiceException
-
Packages that use DuplicateServiceException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of DuplicateServiceException in org.jboss.msc.service
Methods in org.jboss.msc.service that throw DuplicateServiceException Modifier and Type Method Description (package private) <T> ServiceController<T>
ServiceContainerImpl. install(ServiceBuilderImpl<T> serviceBuilder)
(package private) void
ServiceRegistrationImpl. setInstance(ServiceControllerImpl<?> instance)
Set the instance.
-