Class EJBRemotingConnectorClientMappingsServiceConfigurator

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.ejb3.remote.EJBRemotingConnectorClientMappingsServiceConfigurator
All Implemented Interfaces:
Supplier<List<org.jboss.as.network.ClientMapping>>, CapabilityServiceConfigurator, ServiceConfigurator, ServiceNameProvider

public class EJBRemotingConnectorClientMappingsServiceConfigurator extends SimpleServiceNameProvider implements CapabilityServiceConfigurator, Supplier<List<org.jboss.as.network.ClientMapping>>
Author:
Jaikiran Pai
  • Constructor Details

    • EJBRemotingConnectorClientMappingsServiceConfigurator

      public EJBRemotingConnectorClientMappingsServiceConfigurator(String connectorName)
  • Method Details

    • configure

      public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context)
      Specified by:
      configure in interface CapabilityServiceConfigurator
    • build

      public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
      Specified by:
      build in interface ServiceConfigurator
    • get

      public List<org.jboss.as.network.ClientMapping> get()
      This method provides client-mapping entries for all connected Jakarta Enterprise Beans clients. It returns either a set of user-defined client mappings for a multi-homed host or a single default client mapping for the single-homed host. Hostnames are preferred over literal IP addresses for the destination address part (due to EJBCLIENT-349).
      Specified by:
      get in interface Supplier<List<org.jboss.as.network.ClientMapping>>
      Returns:
      the client mappings for this host