Package org.jage.communication.message

Provides an asynchronous communication mechanism based on the messaging passing.

See:
          Description

Interface Summary
IHeader<A extends IAddress> Message header which contains sender and receiver addresses.
IMessage<A extends IAddress,T extends Serializable> Base interface for messages that are used by the system.
 

Class Summary
Header<A extends IAddress> This class provides a default implementation of IHeader.
Message<A extends IAddress,T extends Serializable> This class provides a default implementation of IMessage.
 

Package org.jage.communication.message Description

Provides an asynchronous communication mechanism based on the messaging passing. Contains interfaces and implementations of simple messages.



Copyright © 2006-2011 AGH University of Science and Technology. All Rights Reserved.