Uses of Class
org.jboss.as.ejb3.remote.RemotingProfileService.RemotingConnectionSpec
-
Packages that use RemotingProfileService.RemotingConnectionSpec Package Description org.jboss.as.ejb3.remote -
-
Uses of RemotingProfileService.RemotingConnectionSpec in org.jboss.as.ejb3.remote
Methods in org.jboss.as.ejb3.remote that return types with arguments of type RemotingProfileService.RemotingConnectionSpec Modifier and Type Method Description Collection<RemotingProfileService.RemotingConnectionSpec>RemotingProfileService. getConnectionSpecs()Constructor parameters in org.jboss.as.ejb3.remote with type arguments of type RemotingProfileService.RemotingConnectionSpec Constructor Description RemotingProfileService(List<org.wildfly.discovery.ServiceURL> serviceUrls, Map<String,RemotingProfileService.RemotingConnectionSpec> remotingConnectionSpecMap, List<RemotingProfileService.HttpConnectionSpec> httpConnectionSpecs)
-