|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectSink | |
|---|---|
| xsmeral.pipe | Pipe implementation and exceptions |
| xsmeral.pipe.interfaces | Interfaces of processors (source, sink) and annotations |
| Uses of ObjectSink in xsmeral.pipe |
|---|
| Classes in xsmeral.pipe that implement ObjectSink | |
|---|---|
class |
LocalObjectFilter<I,O>
An object processor that serves the role of a filter. |
class |
LocalObjectSink<I>
An object processor in the role of an object sink, usually persists objects. |
| Fields in xsmeral.pipe declared as ObjectSink | |
|---|---|
protected ObjectSink<O> |
LocalObjectSource.next
Reference to the next processor in chain. |
| Methods in xsmeral.pipe that return ObjectSink | |
|---|---|
ObjectSink<O> |
LocalObjectFilter.getNext()
|
ObjectSink<O> |
LocalObjectSource.getNext()
|
| Methods in xsmeral.pipe with parameters of type ObjectSink | |
|---|---|
void |
LocalObjectFilter.next(ObjectSink<O> sink)
|
void |
LocalObjectSource.next(ObjectSink<O> sink)
|
void |
LocalObjectFilter.setNext(ObjectSink<O> sink)
Sets the next processor, without calling prev() on the sink. |
protected void |
LocalObjectSource.setNext(ObjectSink<O> sink)
Sets the next processor, without calling prev() on the sink. |
| Uses of ObjectSink in xsmeral.pipe.interfaces |
|---|
| Methods in xsmeral.pipe.interfaces that return ObjectSink | |
|---|---|
ObjectSink<O> |
ObjectSource.getNext()
Returns the next processor in chain. |
| Methods in xsmeral.pipe.interfaces with parameters of type ObjectSink | |
|---|---|
void |
ObjectSource.next(ObjectSink<O> sink)
Sets the next processor in the chain and sets this as its previous. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||