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 RemotingProfileService Modifier and Type Method Description RemotingProfileServiceRemotingProfileService. getValue()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()
-