|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface to be called back when an (asynchronous) IAPI event completes.
Field Summary | |
static java.lang.String |
code_id
|
Method Summary | |
void |
callCompleted(com.waveset.adapter.iapi.IAPI event)
A call generated by this ActiveSync adapter has completed. |
Methods inherited from interface com.waveset.adapter.ActiveSync |
getAttributeValue, init, poll, setAttributeValue, shutdown |
Field Detail |
public static final java.lang.String code_id
Method Detail |
public void callCompleted(com.waveset.adapter.iapi.IAPI event)
Check the result of the call, propagate the result back to the source (like updating a column in a database), and delete it if we are done.
If this method does not delete the call, i there must be something else that deletes it -- or it will just go away when it expires.
event
- - the event that has changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |