Class DiscoveryService
java.lang.Object
org.jboss.as.ejb3.deployment.processors.DiscoveryService
- All Implemented Interfaces:
org.jboss.msc.Service
A service that provides discovery services.
Note: this service is going to move elsewhere in the future.
- Author:
- David M. Lloyd, Richard Opalka
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryService(Consumer<org.wildfly.discovery.Discovery> discoveryConsumer, Supplier<RemotingProfileService> remotingProfileServiceSupplier, Supplier<AssociationService> associationServiceSupplier) -
Method Summary
-
Field Details
-
BASE_NAME
public static final org.jboss.msc.service.ServiceName BASE_NAME
-
-
Constructor Details
-
DiscoveryService
public DiscoveryService(Consumer<org.wildfly.discovery.Discovery> discoveryConsumer, Supplier<RemotingProfileService> remotingProfileServiceSupplier, Supplier<AssociationService> associationServiceSupplier)
-
-
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
-