Package | Description |
---|---|
casa.interfaces |
Contains classes for important
interfaces used in CASA. |
casa.testAgents |
Modifier and Type | Method and Description |
---|---|
Vector<ChatMessage> |
ChatAgentInterface.getHistory(URLDescriptor cd)
Retrieves the message history for the given cooperation domain.
|
Modifier and Type | Field and Description |
---|---|
private Hashtable<URLDescriptor,Vector<ChatMessage>> |
ChatAgent.cooperationDomainHistories
A
Hashtable linking the URLDescriptor of a
cooperation domain to a Vector of the message history
(ChatMessage s) of that cooperation domain. |
Modifier and Type | Method and Description |
---|---|
Vector<ChatMessage> |
ChatAgent.getHistory(URLDescriptor cd)
Retrieves the message history for the given cooperation domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatAgent.putCooperationDomainHistory(URLDescriptor url,
Vector<ChatMessage> msg) |