|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Producer<P>
| Method Summary | |
|---|---|
void |
close()
Close the producer. |
Class<P> |
getProducedType()
Returns the class of the produced type. |
void |
open(ProducerContext<P> context)
Open the producer with the specified context. |
void |
setPiped(boolean piped)
Set the pipe status. |
| Method Detail |
|---|
Class<P> getProducedType()
void setPiped(boolean piped)
piped - the piped statusvoid open(ProducerContext<P> context)
context - the contextvoid close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||