|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Time managment between agents
_______________________________________________ jade-develop mailing list jade-develop@... https://avalon.cselt.it/mailman/listinfo/jade-develop UNSUBSCRIBE INSTRUCTIONS AT http://jade.tilab.com/community-mailinglist.htm |
||
|
|
RE: Time managment between agentsHi, The simplest way to solve
your problem is to use the searchUntilFound() method of the DFService class
(instead of search()). A more sophisticated and
general approach would be not to simply search the DF, but to subscribe to it. In
this way whenever a seller agent registers with the DF the coordinator is
notified. To subscribe to the DF you can use the SubscriptionInitiator protocol
and the createSubscriptionMessage() method of the DFService class to create the
message to subscribe. Look at the DFService javadoc for details. Bye, Giovanni From:
jade-develop-bounces@...
[mailto:jade-develop-bounces@...] On Behalf Of sa sa
_______________________________________________ jade-develop mailing list jade-develop@... https://avalon.cselt.it/mailman/listinfo/jade-develop UNSUBSCRIBE INSTRUCTIONS AT http://jade.tilab.com/community-mailinglist.htm |
| Free embeddable forum powered by Nabble | Forum Help |