Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.auction | |
casa.auction.sealedbid | |
casa.event |
Contains classes that implement Events (see
Event ),
which are used to describe dependencies (including time expiry or time
intervals) among things like social commitments and deferred code. |
Modifier and Type | Method and Description |
---|---|
protected StatusObject<MLMessage> |
AbstractProcess.sendMessageAndWait(MLMessage message,
long timeout,
MessageEventDescriptor... messageDescriptors)
Sends a message, message, waiting up to timeout milliseconds
for the request transaction to complete, and returns as StatusObject which contains
the final message, if it completed.
|
protected StatusObject<MLMessage> |
AbstractProcess.sendQueryAndWait(MLMessage message,
long timeout,
MessageEventDescriptor... messageDescriptors)
Sends a QUERY (QUERY-REF or QUERY-IF) message, message, waiting up to timeout milliseconds
for the query transaction to complete, and returns as StatusObject which contains
the final message, if it completed.
|
protected StatusObject<MLMessage> |
AbstractProcess.sendRequestAndWait(MLMessage message,
long timeout,
MessageEventDescriptor... messageDescriptors)
Sends a REQUEST message, message, waiting up to timeout milliseconds
for the request transaction to complete, and returns as StatusObject which contains
the final message, if it completed.
|
Modifier and Type | Field and Description |
---|---|
MessageEventDescriptor |
AuctionAgent.auctioneerJoinedCDEvent |
Modifier and Type | Field and Description |
---|---|
protected MessageEventDescriptor |
SealedBidAuctionAgent.agreeCryEvent |
Modifier and Type | Field and Description |
---|---|
(package private) MessageEventDescriptor[] |
MessageObserverEvent.descriptor |
Constructor and Description |
---|
MessageObserverEvent(boolean recurring,
PolicyAgentInterface agent,
MessageEventDescriptor... descriptor)
Construct a new Event that will be triggered when the owner agent receives a message matching
the patterhPairs given in this constructor.
|