Interface CapabilityServiceTarget

  • All Superinterfaces:
    org.jboss.msc.service.ServiceTarget

    public interface CapabilityServiceTarget
    extends org.jboss.msc.service.ServiceTarget
    The target of ServiceBuilder for capability installations. CapabilityServiceBuilder to be installed on a target should be retrieved by calling one of the addCapability methods. Notice that installation will only take place after ServiceBuilder.install() is invoked. CapabilityServiceBuilder that are not installed are ignored.
    Author:
    Tomaz Cerar (c) 2017 Red Hat Inc., Richard Opalka
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CapabilityServiceBuilder<?> addCapability​(RuntimeCapability<?> capability)
      Gets a builder which can be used to add a capability service into this capability target.
      • Methods inherited from interface org.jboss.msc.service.ServiceTarget

        addDependency, addListener, addMonitor, addService, addService, addService, removeListener, removeMonitor, subTarget