Interface LocalResolver

All Superinterfaces:
Resolver
All Known Implementing Classes:
LocalResolverImpl, SplitLocalResolverImpl

public interface LocalResolver extends Resolver
A LocalResolver is a Resolver that allows registration of (name, CORBA object) bindings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(String name, Closure closure)
    Register the Closure with the given name.

    Methods inherited from interface com.sun.corba.se.spi.resolver.Resolver

    list, resolve
  • Method Details

    • register

      void register(String name, Closure closure)
      Register the Closure with the given name. The Closure must evaluate to an org.omg.CORBA.Object.