Package org.jboss.as.ejb3.remote
Class RemotingProfileService
java.lang.Object
org.jboss.as.ejb3.remote.RemotingProfileService
- All Implemented Interfaces:
org.jboss.msc.Service
Service which contains the static configuration data found in a Jakarta Enterprise Beans Remoting profile, either in the subsystem or in a
deployment descriptor.
- Author:
- Tomasz Adamski, David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionRemotingProfileService(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) -
Method Summary
-
Constructor Details
-
RemotingProfileService
public 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)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getLocalTransportProviderSupplier
-
getConnectionSpecs
-
getHttpConnectionSpecs
-
getServiceUrls
-