Class Installer.DefaultInstaller<ST extends org.jboss.msc.service.ServiceTarget,​SB extends DSB,​DSB extends org.jboss.msc.service.ServiceBuilder<?>>

  • Type Parameters:
    ST - the service target type
    SB - the service builder type
    DSB - the dependency service builder type
    T - the source value type
    V - the provided value type of the service
    All Implemented Interfaces:
    Installer<ST>
    Direct Known Subclasses:
    ServiceInstaller.DefaultServiceInstaller
    Enclosing interface:
    Installer<ST extends org.jboss.msc.service.ServiceTarget>

    public static class Installer.DefaultInstaller<ST extends org.jboss.msc.service.ServiceTarget,​SB extends DSB,​DSB extends org.jboss.msc.service.ServiceBuilder<?>>
    extends Object
    implements Installer<ST>
    Generic abstract installer implementation that installs a Installer.UnaryService.
    • Method Detail

      • install

        public org.jboss.msc.service.ServiceController<?> install​(ST target)
        Description copied from interface: Installer
        Installs a service into the specified target.
        Specified by:
        install in interface Installer<ST extends org.jboss.msc.service.ServiceTarget>
        Parameters:
        target - a service target
        Returns:
        a service controller