Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
3500:0400:0410:0412 [2026/08/13 00:55] – ↷ Page moved from docs:3500:0400:0410:0412 to 3500:0400:0410:0412 localdev3500:0400:0410:0412 [2026/08/13 00:55] (current) – ↷ Links adapted because of a move operation localdev
Line 20: Line 20:
     - For listening Source - <code java>public void sourceListen()      - For listening Source - <code java>public void sourceListen() 
 throws IbafException</code> This method should call the following method when it has some ''DataObjects'' to process:<code java>sourceProcess(DataObject[] dobs)</code> throws IbafException</code> This method should call the following method when it has some ''DataObjects'' to process:<code java>sourceProcess(DataObject[] dobs)</code>
-    - For call-back Source – You will need to implement the third party call-back method. This method should call the following method when it has some DataObject’s to process:<code java>sourceProcess(DataObject[] dobs)</code> In the methods above you need to construct the appropriate ''DataObjects'', which will be delivered to //**AwareIM**// by the framework. To construct the DataObject’s you can use the [[docs:3500:0400:0410:0415|MessageBuilder]] class as shown in the example below.+    - For call-back Source – You will need to implement the third party call-back method. This method should call the following method when it has some DataObject’s to process:<code java>sourceProcess(DataObject[] dobs)</code> In the methods above you need to construct the appropriate ''DataObjects'', which will be delivered to //**AwareIM**// by the framework. To construct the DataObject’s you can use the [[3500:0400:0410:0415|MessageBuilder]] class as shown in the example below.
   - You should implement the following method to perform any necessary "start up", such as establishing connections, registering call-backs, etc: <code java> public void sourceStartUp()    - You should implement the following method to perform any necessary "start up", such as establishing connections, registering call-backs, etc: <code java> public void sourceStartUp() 
 throws IbafException</code> throws IbafException</code>