public class LocalResolverImpl extends Object implements LocalResolver
| Constructor and Description |
|---|
LocalResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
list()
Return the entire collection of names that are currently bound
by this resolver.
|
void |
register(String name,
org.glassfish.pfl.basic.func.NullaryFunction<Object> closure)
Register the Closure with the given name.
|
Object |
resolve(String name)
Look up the name using this resolver and return the CORBA object
reference bound to this name, if any.
|
public Object resolve(String name)
Resolverpublic Set<String> list()
Resolverpublic void register(String name, org.glassfish.pfl.basic.func.NullaryFunction<Object> closure)
LocalResolverregister in interface LocalResolverCopyright © 2017–2019 Eclipse Foundation. All rights reserved.