Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| BatchClientSideBroker
| com.exadel.flamingo.flex.components.flamingo.push.client.batch | This ClientSideBroker subclass provides implementation for batch messages polling mode | |
| BatchListenersKeeper
| com.exadel.flamingo.flex.components.flamingo.push.client.batch | Implementation of IListenersKeeper interface for batch messages polling mode | |
| BatchMessagesChecker
| com.exadel.flamingo.flex.components.flamingo.push.client.batch | MessagesChecker subclass providing implementation for batch messages polling mode | |
| BindingService
| com.exadel.flamingo.flex.components.flamingo | This component allows synchronizing server objects with client objects and vice versa. | |
| Call
| com.exadel.flamingo.flex.components.flamingo | This component represents information about server component method to be called. | |
| CallSet
| com.exadel.flamingo.flex.components.flamingo | This component allows calling a set of methods on the server simultaneously and getting results of all these methods at one dash. | |
| ClientSideBroker
| com.exadel.flamingo.flex.components.flamingo.push.client |
Abstract implementation of IClientSideBroker interface. |
|
| ConnectionChecker
| com.exadel.flamingo.flex.components.flamingo.push.client | Implements connection polling functionality | |
| DefaultMessageStorage
| com.exadel.flamingo.flex.components.flamingo.push.client.db | Implementation of IMessageStorage interface | |
| EditableFlamingoMessage
| com.exadel.flamingo.flex.components.flamingo.push | Abstraction, which is a editable message which is transmitted by Flamingo | |
| EntityValidator
| com.exadel.flamingo.flex.components.flamingo | This component allows validating user input against Hibernate Validator annotations on the server. | |
| FlamingoDestination
| com.exadel.flamingo.flex.components.flamingo.push | Abstraction, which is the point of destination of the message | |
| FlamingoListener
| com.exadel.flamingo.flex.components.flamingo.push | This interface is a implementation of Listener pattern. | |
| FlamingoMessage
| com.exadel.flamingo.flex.components.flamingo.push | Abstraction, which is a message which is transmitted by Flamingo | |
| FlamingoObjectsFactory
| com.exadel.flamingo.flex.components.flamingo.push |
Use this class methods in order to create FlamingoDestination,
FlamingoMessage, EditableFlamingoMessage instances
|
|
| FlamingoPushConfiguration
| com.exadel.flamingo.flex.components.flamingo.push | Flex push component configuration class | |
| FlamingoPushError
| com.exadel.flamingo.flex.components.flamingo.push | Error sub class used in flamingo push flex library | |
| FxClientSideBroker
| com.exadel.flamingo.flex.components.flamingo.push.client | This class provides asynchronous communication with server and subscribing mechanism for a client-side application | |
| HessianBindingService
| com.exadel.flamingo.flex.components.flamingo | This component allows synchronizing server objects with client objects and vice versa. | |
| HessianCall
| com.exadel.flamingo.flex.components.flamingo | This component represents information about server component method to be called. | |
| HessianCallSet
| com.exadel.flamingo.flex.components.flamingo | This component allows calling a set of methods on the server simultaneously and getting results of all these methods at one dash. | |
| HessianEntityValidator
| com.exadel.flamingo.flex.components.flamingo | This component allows validating user input against Hibernate Validator annotations on the server. | |
| IClientSideBroker
| com.exadel.flamingo.flex.components.flamingo.push.client | Interface which represents the client part of the messages subsystem | |
| IListenersKeeper
| com.exadel.flamingo.flex.components.flamingo.push.client |
This Interface descrides repository of information about FlamingoDestination and the corresponding listeners
|
|
| IMessageStorage
| com.exadel.flamingo.flex.components.flamingo.push.client.db | This is an abstraction interface for implementing transparent message storage | |
| MessagesChecker
| com.exadel.flamingo.flex.components.flamingo.push.client | Abstract class. | |
| PushEvent
| com.exadel.flamingo.flex.components.flamingo.push.client.event | Event subclass used in flex push library | |
| SeamOperation
| com.exadel.flamingo.flex.components.flamingo | Operation that passes the conversationId in the header. | |
| SeamRemoteObject
| com.exadel.flamingo.flex.components.flamingo | This dynamic class extends remote object to provide conversation support for Seam. | |
| SimpleFlamingoDestination
| com.exadel.flamingo.flex.components.flamingo.push.simple | Basic implementation of destination for Hessian protocol | |
| SimpleFlamingoDestinationAMF
| com.exadel.flamingo.flex.components.flamingo.push.simple | Basic implementation of destination for AMF protocol | |
| SimpleFlamingoMessage
| com.exadel.flamingo.flex.components.flamingo.push.simple | Basic implementation of message for Hessian protocol | |
| SimpleFlamingoMessageAMF
| com.exadel.flamingo.flex.components.flamingo.push.simple | Basic implementation of message for AMF protocol | |
| SingleClientSideBroker
| com.exadel.flamingo.flex.components.flamingo.push.client.single | This ClientSideBroker sub class provides implementation for single messages polling mode | |
| SingleListenersKeeper
| com.exadel.flamingo.flex.components.flamingo.push.client.single | Implementation of IListenersKeeper interface for single messages polling mode | |
| SingleMessagesChecker
| com.exadel.flamingo.flex.components.flamingo.push.client.single | MessagesChecker subclass providing implementation for single messages polling mode | |
| TransportProvider
| com.exadel.flamingo.flex.components.flamingo.push.client | Helper class responsible for providing library components with AbstractService implementation corresponding to server and protocol setting in FlamingoPushConfiguration |