@Deprecated public class ActiveServiceSupplier<T> extends ServiceSupplier<T>
Service
, starting if necessary.
If used within the context of a management operation, the requisite ServiceRegistry
should be obtained via:
OperationContext.getServiceRegistry(true)
, requiring an exclusive lock on the service registry,
since the temporary service installed might force the target service to change state.Constructor and Description |
---|
ActiveServiceSupplier(org.jboss.msc.service.ServiceRegistry target,
org.jboss.msc.service.ServiceName name)
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.