Freeing emitter resources

If your event source has finished sending events with a particular emitter, you should free the resources the emitter is using.

Steps for this task

To free the emitter resources, use the close() method:
emitter.close();

Result

This method releases all resources being used by the emitter.


Terms of use |

Last updated: Thu Apr 27 15:02:41 2006

(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)