Communication objects can provide several powerful capabilities:

Essentially, a communication object is intended to provide message processing when no application is present to handle this message processing. In other words, your stand-alone PM applications can provide the same functionality that is supported by communication objects.

However, unlike a stand-alone application, a communication object that properly handles message passing can be used by any stand-alone application and can interact with other communication objects. For example, a communication object that provides system call support (such as querying specific details about the user's system) might be useful to a broad range of applications in their online information.


[Back] [Next]