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.


 ClassPackageDescription
 CachedServiceRequest
org.spicefactory.cinnamon.service.util ServiceRequest that prevents execution of the service invocation and returns a cached result instead.
 ChainedServiceRequest
org.spicefactory.cinnamon.service.util ServiceRequest that defers execution until another ServiceRequest has been completed.
 ChannelActivityEvent
org.spicefactory.cinnamon.observer Event that fires when a group of observed channels switches its state from inactive to active or vice versa.
 ChannelActivityObserver
org.spicefactory.cinnamon.observer ChannelObserver implementation that observes the level of activity for one or more channels.
 ChannelEvent
org.spicefactory.cinnamon.service Event that a ServiceChannel may dispatch to signal an internal state change.
 ChannelObserver
org.spicefactory.cinnamon.observer Interface to be implemented by classes that wish to observe one or more channels.
 CinnamonTestCase
org.spicefactory.cinnamon.test.fluint Base class for integration tests written for dpUInt.
 DbUnitService
org.spicefactory.pimento.test Remote service that can be used in integration tests to prepare the database in a setUp method.
 DbUnitServiceImpl
org.spicefactory.pimento.test Default implementation for the DbUnitService.
 EntityManager
org.spicefactory.pimento.service Remote service interface that exposes methods of the server-side JPA EntityManager to clients.
 ErrorMessage
org.spicefactory.cinnamon.service Instances of this class will be returned from the server if the target service threw an Exception or if the service could not be processed (i.e.
 FetchPlan
org.spicefactory.pimento.service Represents the fetch plan for a single persistent entity type for a single request.
 LoadMode
org.spicefactory.pimento.service.enum Enumeration for the mode of the EntityManager.load operation.
 NetConnectionServiceChannel
org.spicefactory.cinnamon.service Cinnamons default implementation of the ServiceChannel interface.
 NumericType
org.spicefactory.pimento.service.enum Enumeration of numeric types for use as a type hint in queries.
 PimentoConfig
org.spicefactory.pimento.config Serves as an entry point for programmatic configuration.
 PimentoTestCase
org.spicefactory.pimento.test Base class that can be used for Pimento integration tests.
 Query
org.spicefactory.pimento.service Used to define constraints for a query, bind parameters and execute the query.
 ServiceChannel
org.spicefactory.cinnamon.service Represents a connection to a remote service.
 ServiceConfiguration
org.spicefactory.cinnamon.service Interface implemented by all classes that support message headers, ServiceEvent types and timeouts.
 ServiceContext
org.spicefactory.cinnamon.service Class to provide access to ServiceRequest and ServiceResponse instance during result handler and errorHandler execution.
 ServiceInvocation
org.spicefactory.cinnamon.service Represents a single service invocation and encapsulates request and response instances.
 ServiceInvocationHandler
org.spicefactory.cinnamon.service Extension point that may be used to process or modify the request before it is sent to the server or the response before it is passed to the application.
 ServiceMessage
org.spicefactory.cinnamon.service Abstract base class for ServiceRequest and ServiceResponse that allows to read message headers.
 ServiceOperation
org.spicefactory.cinnamon.service Represents a single service operation that can be invoked multiple times.
 ServiceProxy
org.spicefactory.cinnamon.service A ServiceProxy represents a single service.
 ServiceRequest
org.spicefactory.cinnamon.service Represent a single request.
 ServiceResponse
org.spicefactory.cinnamon.service Represents a response returned by a remote service invocation.
 SessionTimeoutEvent
org.spicefactory.cinnamon.observer Event fired by SessionTimeoutObservers.
 SessionTimeoutObserver
org.spicefactory.cinnamon.observer ChannelObserver implementation that observes the idle time of one or more channels to fire events if the server-side session is about to expire.
 TemporalType
org.spicefactory.pimento.service.enum Enumeration of temporal types for use as a type hint in queries.
 TypeHint
org.spicefactory.pimento.service.enum A TypeHint may be used to provide additional type information for query parameters.