Class ORBDefaultInitRefResolverImpl

java.lang.Object
com.sun.corba.se.impl.resolver.ORBDefaultInitRefResolverImpl
All Implemented Interfaces:
Resolver

public class ORBDefaultInitRefResolverImpl extends Object implements Resolver
  • Constructor Details

    • ORBDefaultInitRefResolverImpl

      public ORBDefaultInitRefResolverImpl(Operation urlHandler, String orbDefaultInitRef)
  • Method Details

    • resolve

      public Object resolve(String ident)
      Description copied from interface: Resolver
      Look up the name using this resolver and return the CORBA object reference bound to this name, if any. Returns null if no object is bound to the name.
      Specified by:
      resolve in interface Resolver
    • list

      public Set 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.
      Specified by:
      list in interface Resolver