Package org.jboss.as.clustering.naming
Class BinderServiceInstaller
java.lang.Object
org.jboss.as.clustering.naming.BinderServiceInstaller
- All Implemented Interfaces:
org.wildfly.service.Installer<org.jboss.as.controller.RequirementServiceTarget>,org.wildfly.subsystem.service.DeploymentServiceInstaller,org.wildfly.subsystem.service.ResourceServiceInstaller,org.wildfly.subsystem.service.ServiceInstaller
public class BinderServiceInstaller
extends Object
implements org.wildfly.subsystem.service.ServiceInstaller
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.service.Installer
org.wildfly.service.Installer.AbstractBuilder<B extends Object,I extends org.wildfly.service.Installer<ST>, ST extends org.jboss.msc.service.ServiceTarget, SB extends DSB, DSB extends org.jboss.msc.service.ServiceBuilder<?>>, org.wildfly.service.Installer.AbstractNullaryBuilder<B extends Object, I extends org.wildfly.service.Installer<ST>, ST extends org.jboss.msc.service.ServiceTarget, SB extends DSB, DSB extends org.jboss.msc.service.ServiceBuilder<?>>, org.wildfly.service.Installer.AbstractUnaryBuilder<B extends Object, I extends org.wildfly.service.Installer<ST>, ST extends org.jboss.msc.service.ServiceTarget, SB extends DSB, DSB extends org.jboss.msc.service.ServiceBuilder<?>, T extends Object, V extends Object>, org.wildfly.service.Installer.BlockingBuilder<B extends Object>, org.wildfly.service.Installer.Configuration<SB extends DSB, DSB extends org.jboss.msc.service.ServiceBuilder<?>>, org.wildfly.service.Installer.DefaultInstaller<ST extends org.jboss.msc.service.ServiceTarget, SB extends DSB, DSB extends org.jboss.msc.service.ServiceBuilder<?>>, org.wildfly.service.Installer.UnaryService<T extends Object, V extends Object> Nested classes/interfaces inherited from interface org.wildfly.subsystem.service.ServiceInstaller
org.wildfly.subsystem.service.ServiceInstaller.Builder, org.wildfly.subsystem.service.ServiceInstaller.DefaultNullaryBuilder, org.wildfly.subsystem.service.ServiceInstaller.DefaultServiceInstaller, org.wildfly.subsystem.service.ServiceInstaller.DefaultUnaryBuilder<T extends Object,V extends Object>, org.wildfly.subsystem.service.ServiceInstaller.UnaryBuilder<T extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionBinderServiceInstaller(ContextNames.BindInfo binding, org.jboss.msc.service.ServiceName targetServiceName) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceController<?>install(org.jboss.as.controller.RequirementServiceTarget target) withAlias(ContextNames.BindInfo alias) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.subsystem.service.ServiceInstaller
install, install
-
Constructor Details
-
BinderServiceInstaller
public BinderServiceInstaller(ContextNames.BindInfo binding, org.jboss.msc.service.ServiceName targetServiceName)
-
-
Method Details
-
withAlias
-
install
public org.jboss.msc.service.ServiceController<?> install(org.jboss.as.controller.RequirementServiceTarget target) - Specified by:
installin interfaceorg.wildfly.service.Installer<org.jboss.as.controller.RequirementServiceTarget>
-