Class SplitLocalResolverImpl
java.lang.Object
com.sun.corba.ee.impl.resolver.SplitLocalResolverImpl
- All Implemented Interfaces:
LocalResolver, Resolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()Return the entire collection of names that are currently bound by this resolver.voidRegister the Closure with the given name.Look up the name using this resolver and return the CORBA object reference bound to this name, if any.
-
Field Details
-
resolver
-
localResolver
-
-
Constructor Details
-
SplitLocalResolverImpl
-
-
Method Details
-
register
Description copied from interface:LocalResolverRegister the Closure with the given name.- Specified by:
registerin interfaceLocalResolver- Parameters:
name- name of Closure to registerclosure- supplier of CORBA object
-
resolve
Description copied from interface:ResolverLook up the name using this resolver and return the CORBA object reference bound to this name, if any. -
list
Description copied from interface:ResolverReturn the entire collection of names that are currently bound by this resolver. Resulting collection contains only strings for which resolve does not return null. Some resolvers may not support this method, in which case they return an empty set.
-