JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.stream.ObjectSink

Packages that use ObjectSink
org.jboss.remoting3.stream Stream-related API classes. 
 

Uses of ObjectSink in org.jboss.remoting3.stream
 

Methods in org.jboss.remoting3.stream that return ObjectSink
static
<T> ObjectSink<T>
Streams.getCheckedObjectSink(ObjectSink<T> delegate, Class<? extends T> clazz)
          Get an object sink that checks the type of each accepted instance.
static
<T> ObjectSink<T>
Streams.getCollectionObjectSink(Collection<T> target)
          Get an object sink that appends to a collection.
static
<K,V> ObjectSink<org.jboss.marshalling.Pair<K,V>>
Streams.getMapObjectSink(Map<K,V> target)
          Get an object sink that appends to a map.
 ObjectSink<T> ObjectPipe.getSink()
          Get the sink end of the pipe, to which objects may be written.
 

Methods in org.jboss.remoting3.stream with parameters of type ObjectSink
static
<T> ObjectSink<T>
Streams.getCheckedObjectSink(ObjectSink<T> delegate, Class<? extends T> clazz)
          Get an object sink that checks the type of each accepted instance.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.