|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlackboardTransport
A blackboard transport is the interface between a blackboard and its agents. It must be able to:
| Method Summary | |
|---|---|
void |
close()
Closes the transport. |
boolean |
isOpen()
Test if the transport has been opened. |
void |
open()
Opens the transport. |
| Methods inherited from interface unsw.cse.mica.blackboard.BlackboardMessageSender |
|---|
sendDeletedMob, sendNewMob, sendReplacedMob, sendTypeManagerChanged |
| Method Detail |
|---|
void open()
throws TransportException
TransportException - If any problems occur while opening the transport.boolean isOpen()
void close()
throws TransportException
TransportException - If any problems occur while closing the transport.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||