|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectSource | |
|---|---|
| org.jboss.remoting3.stream | Stream-related API classes. |
| Uses of ObjectSource in org.jboss.remoting3.stream |
|---|
| Methods in org.jboss.remoting3.stream that return ObjectSource | ||
|---|---|---|
static
|
Streams.getCollectionObjectSource(Collection<T> collection)
Get an object source which reads from a collection. |
|
static
|
Streams.getEnumerationObjectSource(Enumeration<T> enumeration)
Get an object source that reads from an enumeration. |
|
static
|
Streams.getIteratorObjectSource(Iterator<T> iterator)
Get an object source that reads from an iterator. |
|
static
|
Streams.getMapEntryIteratorObjectSource(Iterator<Map.Entry<K,V>> iterator)
Get an object source that reads from an iterator over map entries. |
|
static
|
Streams.getMapObjectSource(Map<K,V> map)
Get an object source that reads from a map. |
|
ObjectSource<T> |
ObjectPipe.getSource()
Get the source end of the pipe, from which objects may be read. |
|
| Methods in org.jboss.remoting3.stream with parameters of type ObjectSource | ||
|---|---|---|
static
|
Streams.getCollection(C newCollection,
ObjectSource<T> objectSource)
Populate a new collection from an object source. |
|
static
|
Streams.getFutureCollection(Executor executor,
C newCollection,
ObjectSource<T> objectSource)
Populate a new collection from an object source asynchronously. |
|
static
|
Streams.getFutureMap(Executor executor,
M newMap,
ObjectSource<org.jboss.marshalling.Pair<K,V>> objectSource)
Populate a new map from an object source asynchronously. |
|
static
|
Streams.getMap(M newMap,
ObjectSource<org.jboss.marshalling.Pair<K,V>> objectSource)
Populate a new map from an object source. |
|
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||