@Deprecated public class PassiveServiceSupplier<T> extends ServiceSupplier<T>
Service
, or null if service is not installed or not started.
If used within the context of a management operation, the requisite ServiceRegistry
can be obtained via:
OperationContext.getServiceRegistry(false)
thus avoiding locking of the service registry,
since the state of the target service will be unaffected by the logic in ServiceSupplier.get()
.Constructor and Description |
---|
PassiveServiceSupplier(org.jboss.msc.service.ServiceRegistry target,
org.jboss.msc.service.ServiceName name)
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.