Package flux.messaging

Asynchronous messaging for flow chart coordination and synchronization

See:
          Description

Interface Summary
Message Contains data that is generated at runtime when this message was created and published.
MessageAdministrator Manages messages that were published by a Flux message publisher.
MessageDefinition Represents a definition of an asynchronous message that is published when the MessageAdministrator publishes a message on demand.
MessageIterator Iterates over all messages associated with a particular publisher; YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
MessageTrigger Fires when a message from a specified message publisher is received.
MessagingFactory Responsible for creating objects used for Flux messaging.
MessagingHelper Helper methods to be used when interacting with the Message Administrator.
Publisher Describes how messages are published on a particular message channel.
PublisherAdministrator Manages publishers, which send messages in different ways.
PublisherIterator Iterates over all publishers governed by the PublisherAdministrator.
RuntimeMessageDefinition Represents a definition of an asynchronous message that is published when a job passes through a flow's checkpoint or when the MessageAdministrator publishes a message on demand.
 

Class Summary
MessageState Indicates the type of messages that are processed by publishers.
MessageTrigger.Message_Res The result when a checkpoint trigger fires.
PublishingStyle Indicates the kind of messages published by a publisher.
 

Package flux.messaging Description

Asynchronous messaging for flow chart coordination and synchronization



© 2000-2008 Flux Corporation. All rights reserved.