Coalevo Logo

Package net.coalevo.messaging.model

Provides the model interfaces and classes of the messaging bundle

See:
          Description

Interface Summary
EditableGroup This interface defines an editable group.
EditableInteractiveMessage Defines the interface for an editable InteractiveMessage.
EventInfo Defines an interface that allows access to a subset of information for forwarding the base events for interactive messages.
Group Defines the interface for a messaging group.
InteractiveMessage Defines the interface for a InteractiveMessage.
InteractiveMessageType Defines a type for an InteractiveMessage.
Message Defines the interface for a Message.
MessagingRouter Defines a router for the messaging service that can route out-of-node communication over the network to another node.
MessagingRouterManager Defines a MessagingRouterManager that handles MessagingRouter instances.
MessagingServiceListener Defines the interface for a MessagingServiceListener.
Request Defines an interface that tags a Message that represents a Request.
Response Defines an interface that tags a Message that represents a Response.
 

Class Summary
BaseEventInfo Abstract base class for EventInfo implementations.
InteractiveMessageTypes Provides all defined InteractiveMessageTypes.
MessagingServiceListenerAdapter Abstract base class that provides a dummy MessagingServiceListener, and may be extended to implement the methods of interest only.
ServiceMessagingProxy This class implements a proxy for a service that wants to use the MessagingService.
 

Exception Summary
MessagingException Exception thrown when a messaging error occurs.
NoSuchGroupException Exception that is thrown if a group with a specified name does not exist.
 

Package net.coalevo.messaging.model Description

Provides the model interfaces and classes of the messaging bundle.

Related Documentation

For overviews, tutorials, examples, guides, and documentation, please see:


Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)