Package org.jboss.as.ejb3.remote
Class EJBRemotingConnectorClientMappingsEntryProviderService
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.ejb3.remote.EJBRemotingConnectorClientMappingsEntryProviderService
-
- All Implemented Interfaces:
Supplier<Map.Entry<String,List<org.jboss.as.network.ClientMapping>>>,CapabilityServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class EJBRemotingConnectorClientMappingsEntryProviderService extends org.wildfly.clustering.service.SimpleServiceNameProvider implements CapabilityServiceConfigurator, Supplier<Map.Entry<String,List<org.jboss.as.network.ClientMapping>>>
- Author:
- Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description EJBRemotingConnectorClientMappingsEntryProviderService(String containerName, String connectorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context)Map.Entry<String,List<org.jboss.as.network.ClientMapping>>get()-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure
-
-
-
-
Method Detail
-
configure
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.OperationContext context)
- Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
-