Interface LocalResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void register​(java.lang.String name, org.glassfish.pfl.basic.func.NullaryFunction<Object> closure)
      Register the Closure with the given name.
    • Method Detail

      • register

        void register​(java.lang.String name,
                      org.glassfish.pfl.basic.func.NullaryFunction<Object> closure)
        Register the Closure with the given name.
        Parameters:
        name - name of Closure to register
        closure - supplier of CORBA object