public class RemotingProfileService extends Object implements org.jboss.msc.service.Service<RemotingProfileService>
| Modifier and Type | Class and Description |
|---|---|
static class |
RemotingProfileService.ConnectionSpec |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
BASE_SERVICE_NAME |
| Constructor and Description |
|---|
RemotingProfileService(List<org.wildfly.discovery.ServiceURL> serviceUrls,
Map<String,RemotingProfileService.ConnectionSpec> connectionSpecMap) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RemotingProfileService.ConnectionSpec> |
getConnectionSpecs() |
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 static final org.jboss.msc.service.ServiceName BASE_SERVICE_NAME
public RemotingProfileService(List<org.wildfly.discovery.ServiceURL> serviceUrls, Map<String,RemotingProfileService.ConnectionSpec> connectionSpecMap)
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.ConnectionSpec> getConnectionSpecs()
public List<org.wildfly.discovery.ServiceURL> getServiceUrls()
public org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> getLocalTransportProviderInjector()
Copyright © 2018 JBoss by Red Hat. All rights reserved.