|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushDrain
A conduit push drain interface. You will register your own implementation with this. It will run within the Conduit's thread context, so make sure it is thread safe. You never know when it will be called.
Implement the postListener method.
Version History
EPG - Adapted from autohit - 29 JUN 05
Method Summary | |
---|---|
void |
init(ConduitID yourId)
Initialize the PushDrain. |
Receipt |
postListener(Data n)
Listen for a post. |
Method Detail |
---|
void init(ConduitID yourId) throws SystemException
yourId
- The ConduitID for this PushDrain.
SystemException
ConduitID
Receipt postListener(Data n) throws SystemException
n
- The data to post.
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |