Package ants

Class Summary
Alternate  
Application shell of an application of a node
BuiltinProtocol Base class for all builtin protocols.
ByteArray  
Capsule Base class for all types of capsules and their processing
CapsuleList Linked list of capsules, used as the result of a fusion operation
Channel Channel used by nodes to exchanged capsule with one another.
ChannelAddress shell of singlecast address of a channel
ChannelObject This class is simply a wrapper for a real channel to separate the things that capsule code can reach --- it should be integrated with the channel proper some time
ChannelThread Thread of control that shepards a capsule from channel receive through the node and onto an application.
ChannelWatchdog Thread of control that watches the channel thread to ensure that it is making progress, and otherwise takes action to interrupt capsule processing
ConfigurationManager manager that creates node/channel/app configurations as specified in a control file
DataCapsule Data capsule processing, for transfer with default routing.
DataProtocol Data protocol definition, a builtin protocol
DLResponseCapsule Demand Load Response capsule and processing
Entity Shell of the entities in that are combined to produce a running node configuration.
EntityList  
Extension Shell of a node extension component
ManagedObject Shell of all manageable entities.
Manager Shell for all manager entities
Node node of an active network
NodeAddress Routines for manipulating node addresses.
NodeCache node cache of managed soft-state combines hashtable and doubly linked list to implement fixed size table with LRU replacement.
Protocol Base class for all protocols.
Route channel route data for next hop
RouteEntry a single entry of route table
RouteEvent A timer event affecting the RouteTable entries
RouteTable routing table
RouteUpdateCapsule Route update capsule processing, for construction of default routes
StandardInChannel This extension of Channel is used to read packets over standard in.
TypeID Capsule, Method, CodeGroup and Protocol identifiers.
UDPChannel UDP channel for nodes
UDPChannelAddress UDP singlecast address of a channel
Xdr Base class with convenience macros for external data representation.
 

Exception Summary
NoSuchApplicationException A runtime exception thrown when there is no application
NoSuchRouteException A runtime exception thrown when there is no default route
ResourceLimitException A runtime exception thrown when a capsule has consumed all of its allocated resource quota.
TimeLimitException A runtime exception thrown when a capsule has run for too long