Package org.objectweb.dream.message

Interface Summary
MessageManager Interface to creates, deletes and modify dream messages.
MessageManagerAttributeController Attribute controller interface for message manager.
ReferenceCounter Interface implemented by message and used by message manager to know the number of shared reference to a message.
 

Class Summary
AbstractChunk<T extends AbstractChunk<T>> Base class of every chunk classes.
ChunkFactoryReference<T extends AbstractChunk<T>> Reference to chunk factory created and held by a message manager.
Message Reference to a message created and held by a MessageManager.
MessageManagerImpl Basic message manager implementation.
MessageManagerPoolingImpl Extension of the basic message manager.
MessageUtil Utility methods for content based message comparison.
 

Exception Summary
ChunkAlreadyExistException Runtime exception thrown by the MessageManager.addChunk(org.objectweb.dream.message.Message, java.lang.String, org.objectweb.dream.message.AbstractChunk) when a chunk with the same name already exist in the given message.
InvalidReference Exception thrown by message manager when an invalid reference is used.
MessageAlreadyExistException Exception thrown when trying to add an enclosed message in a message that already contains enclosed message with the same name.
UnknownChunkException Runtime exception thrown by the MessageManager.removeChunk(org.objectweb.dream.message.Message, java.lang.String) when no chunk with the given name can be found in the message.
 



Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.