Package org.jboss.as.ejb3.remote
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) configure(org.jboss.as.controller.OperationContext context) List<org.jboss.as.network.ClientMapping>get()This method provides client-mapping entries for all connected Jakarta Enterprise Beans clients.Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
EJBRemotingConnectorClientMappingsServiceConfigurator
-
-
Method Details
-
configure
- Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
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).
-