Class ResolveResult.ServiceLocator

    • Field Detail

      • port

        public int port
      • instance

        public int instance
    • Constructor Detail

      • ServiceLocator

        public ServiceLocator()
    • Method Detail

      • add

        public void add​(String key,
                        FrameComponent val)
        Implement the Frame add() callback.
        Overrides:
        add in class Frame
        Parameters:
        key - The tag name with which to associate the value.
        val - The (Frame | FrameLeaf) value to associate with the tag.