public class RemotingProfileService extends Object implements org.jboss.msc.service.Service<RemotingProfileService>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemotingProfileService.HttpConnectionSpec |
static class |
RemotingProfileService.RemotingConnectionSpec |
| Constructor and Description |
|---|
RemotingProfileService(List<org.wildfly.discovery.ServiceURL> serviceUrls,
Map<String,RemotingProfileService.RemotingConnectionSpec> remotingConnectionSpecMap,
List<RemotingProfileService.HttpConnectionSpec> httpConnectionSpecs) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RemotingProfileService.RemotingConnectionSpec> |
getConnectionSpecs() |
Collection<RemotingProfileService.HttpConnectionSpec> |
getHttpConnectionSpecs() |
org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> |
getLocalTransportProviderInjector() |
List<org.wildfly.discovery.ServiceURL> |
getServiceUrls() |
RemotingProfileService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public RemotingProfileService(List<org.wildfly.discovery.ServiceURL> serviceUrls, Map<String,RemotingProfileService.RemotingConnectionSpec> remotingConnectionSpecMap, List<RemotingProfileService.HttpConnectionSpec> httpConnectionSpecs)
public RemotingProfileService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<RemotingProfileService>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic Collection<RemotingProfileService.RemotingConnectionSpec> getConnectionSpecs()
public Collection<RemotingProfileService.HttpConnectionSpec> getHttpConnectionSpecs()
public List<org.wildfly.discovery.ServiceURL> getServiceUrls()
public org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> getLocalTransportProviderInjector()
Copyright © 2020 JBoss by Red Hat. All rights reserved.