Package com.sun.corba.ee.impl.resolver
Class ORBInitRefResolverImpl
java.lang.Object
com.sun.corba.ee.impl.resolver.ORBInitRefResolverImpl
- All Implemented Interfaces:
Resolver
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionORBInitRefResolverImpl
(Operation urlHandler, org.glassfish.pfl.basic.contain.Pair<String, String>[] initRefs) Creates a new Resolver -
Method Summary
-
Field Details
-
Constructor Details
-
ORBInitRefResolverImpl
public ORBInitRefResolverImpl(Operation urlHandler, org.glassfish.pfl.basic.contain.Pair<String, String>[] initRefs) Creates a new Resolver- Parameters:
urlHandler
- operation to get reference from URLinitRefs
- an array of Pairs of <name of CORBA object, URL to get reference with>
-
-
Method Details
-
resolve
Description copied from interface:Resolver
Look up the name using this resolver and return the CORBA object reference bound to this name, if any. -
list
Description copied from interface:Resolver
Return 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.
-