private static class StreamWrapper.WorkArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,StreamWrapper> |
streamByName
Stream ids indexed by stream names
|
| Modifier | Constructor and Description |
|---|---|
private |
WorkArea() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoteStream(java.lang.String name,
StreamWrapper remoteStream)
Stores the remote stream name-remoteStream mapping in the context.
|
void |
removeRemoteStream(java.lang.String name)
Returns the id of a particular remote stream identified by its name.
|
private final java.util.Map<java.lang.String,StreamWrapper> streamByName
public void addRemoteStream(java.lang.String name,
StreamWrapper remoteStream)
null.name - Stream name.remoteStream - Stream remoteStream.public void removeRemoteStream(java.lang.String name)
null.name - Stream name, must not be null.