Class Broker<V>

    • Constructor Detail

      • Broker

        public Broker()
    • Method Detail

      • handIn

        public void handIn​(String key,
                           V obj)
        Hand in the object to share.
      • getAndRemove

        public V getAndRemove​(String key)
        Blocking retrieval and removal of the object to share.
      • remove

        public void remove​(String key)
        Blocking retrieval and removal of the object to share.
      • get

        public V get​(String key)
        Blocking retrieval and removal of the object to share.