Uses of Class
org.jboss.as.controller.capability.CapabilityServiceSupport.NoSuchCapabilityException
Packages that use CapabilityServiceSupport.NoSuchCapabilityException
-
Uses of CapabilityServiceSupport.NoSuchCapabilityException in org.jboss.as.controller.capability
Methods in org.jboss.as.controller.capability that throw CapabilityServiceSupport.NoSuchCapabilityExceptionModifier and TypeMethodDescription<T> TCapabilityServiceSupport.getCapabilityRuntimeAPI(String capabilityName, Class<T> apiType) Gets the runtime API associated with a given capability, if there is one.<T> TCapabilityServiceSupport.getCapabilityRuntimeAPI(String capabilityBaseName, String dynamicPart, Class<T> apiType) Gets the runtime API associated with a givendynamically namedcapability, if there is one.