|
Class Summary |
| ACReceiver |
Receives agent containers from remote AOS kernels. |
| ACSender |
Sends agent containers to remote AOS kernels. |
| AgentContainer |
Defines the agent container and takes care of its on-disk representation and
provides synchronisation for all items contained in an agent container. |
| AgentContainerTable |
Implements the table of agent containers and allocates agent container IDs. |
| AgentContainerTransfer |
Singleton class (sort of) containing some config for ACReceiver and
ACSender. |
| AgentContainerTransfer.FileRecord |
|
| AuditLogger |
Writes receipts of agent container transfers to a log file in XML format. |
| GetWaitSetResult |
Return value of TransactionIDTable's getWaitSet() method. |
| PersistentStore |
Defines an abstract interface to acces persistent storage. |
| PersistentStoreFS |
A PersistentStoreFS is a persistent store that uses
files to store the data. |
| ReplyMessage |
Internal class to ACReceiver, here for unknown Java reason
(cannot return private classes from a static private method
used by a public static method?). |
| SegmentInfo |
A SegmentInfo (a) contains the in-memory representation of a TOC entry and (b)
mediates access to the entry's segment. |
| Shipment |
Class representing all aspects of an ACTP transaction in progress. |
| ShipmentRendezvousTable |
Table to do the synchronization between "client" threads receiving ACs
via waitAgentContainer() and the threads reading the ACs from the network. |
| TIDRecord |
Class recording all info about a TransactionID created using
prepareWaitAC(). |
| TOCSerialiser |
This class serialises a TOC in accordance with the AOS kernel's encoding
rules. |
| TransactionIDTable |
A table of transaction IDs and secSuites belonging to a role
for ACTP purposes. |
| Util |
Miscellaneous utilities. |