Uses of Class
org.jboss.as.ejb3.remote.RemotingProfileService
-
Packages that use RemotingProfileService Package Description org.jboss.as.ejb3.deployment.processors org.jboss.as.ejb3.remote -
-
Uses of RemotingProfileService in org.jboss.as.ejb3.deployment.processors
Constructor parameters in org.jboss.as.ejb3.deployment.processors with type arguments of type RemotingProfileService Constructor Description DiscoveryService(Consumer<org.wildfly.discovery.Discovery> discoveryConsumer, Supplier<RemotingProfileService> remotingProfileServiceSupplier, Supplier<AssociationService> associationServiceSupplier) -
Uses of RemotingProfileService in org.jboss.as.ejb3.remote
Methods in org.jboss.as.ejb3.remote that return types with arguments of type RemotingProfileService Modifier and Type Method Description org.jboss.msc.value.InjectedValue<RemotingProfileService>EJBClientContextService. getProfileServiceInjector()Constructor parameters in org.jboss.as.ejb3.remote with type arguments of type RemotingProfileService Constructor Description RemotingProfileService(Consumer<RemotingProfileService> consumer, Supplier<org.jboss.ejb.client.EJBTransportProvider> localTransportProviderSupplier, List<org.wildfly.discovery.ServiceURL> serviceUrls, Map<String,RemotingProfileService.RemotingConnectionSpec> remotingConnectionSpecMap, List<RemotingProfileService.HttpConnectionSpec> httpConnectionSpecs)
-