public class Broker<V> extends Object
Constructor and Description |
---|
Broker() |
Modifier and Type | Method and Description |
---|---|
V |
get(String key)
Blocking retrieval and removal of the object to share.
|
V |
getAndRemove(String key)
Blocking retrieval and removal of the object to share.
|
void |
handIn(String key,
V obj)
Hand in the object to share.
|
void |
remove(String key)
Blocking retrieval and removal of the object to share.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.