Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:multiuser [2023/04/04 06:58] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:multiuser [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ==== multiUser ()==== | ||
| + | <code java> | ||
| + | |||
| + | This method must returntrue if communication with several intelligent business objects is possible through the channel. In this case a message sent through the channel must identify the recipient of the message. For example, the E-mail channel allows communicating with several recipients (a message contains an e-mail address of the recipient) whereas a dedicated channel handling the protocol specific to some software system is probably not multi-user. | ||
| + | |||
| + | If this method returns true intelligent business objects communicating through this channel must have a certain attribute defined (such as an e-mail address). When the message is sent to the recipient through the channel // | ||