|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PullDrainContainer
A Conduit drain container interface for a poller. This is the interface that the Conduit uses. The container manages threading, queuing, etc. The end user might only use the PullDrain interface.
Version History
EPG - Adapted from autohit - 29 JUN 05 EPG - Switch from Nubblet to Data type - 1 SEP 05
Method Summary | |
---|---|
boolean |
isDrained(Data n)
Tell if a Data has drained. |
Receipt |
postListener(Data n)
Listen for a post. |
void |
waitForDrain()
Wait for a drain. |
Methods inherited from interface things.thinger.io.conduits.PullDrain |
---|
init, poll, waitItem |
Method Detail |
---|
Receipt postListener(Data n) throws SystemException
n
- The Data to post.
SystemException
Data
boolean isDrained(Data n) throws SystemException
n
- The Data to check.
SystemException
Data
void waitForDrain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |