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–2017 The Apache Software Foundation. All rights reserved.