public class AutoDiscoverableConfigurator extends AbstractServiceFinderConfigurator<AutoDiscoverable>
AutoDiscoverable
instances into InjectionManager
and
BootstrapBag
.Constructor and Description |
---|
AutoDiscoverableConfigurator(RuntimeType runtimeType)
Create a new configurator.
|
Modifier and Type | Method and Description |
---|---|
void |
init(InjectionManager injectionManager,
BootstrapBag bootstrapBag)
Pre-initialization method should only register services into
InjectionManager and populate BootstrapBag . |
getContract, getRuntimeType, loadImplementations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postInit
public AutoDiscoverableConfigurator(RuntimeType runtimeType)
runtimeType
- runtime (client or server) where the service finder binder is used.public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
BootstrapConfigurator
InjectionManager
and populate BootstrapBag
.injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.