Package com.quartetfs.fwk
-
Interface Summary Interface Description IAgent An agent is astatemachine.IAgent.ITransition Business logic performed during an agent state transition.IClone<T> An extension toCloneablereturning the real interface.ICompilableProperty Extension of the IProperty interface that adds support for compiled properties.ICompiledProperty<T> A compiled property, compiled specifically for the instances of a target class.ICustomProperty Interface that any custom property must implement to be recognized as a plugin.IPair<L,R> A pair of two elements, identified as 'left' and 'right'.IProperty The IProperty interface generalizes the concept of properties that you can read or write to an object.IPropertyInfo Interface to store anIPropertymetadata.IRegistry Base interface of a ActiveViam Registry Provides method to instantiate Types and retrieve plugins. -
Class Summary Class Description Registry Provides static accessors and shortcuts to the Registry currently configured in the System. -
Enum Summary Enum Description IAgent.State Enumeration of the possible states of anagent. -
Exception Summary Exception Description AgentException Base exception for all Sink and source AgentException. -
Annotation Types Summary Annotation Type Description ActiveViamDefaultPlugin Annotation indicating a default plugin or extended plugin of theIRegistry.ActiveViamDefaultType Annotation indicating a default type of theIRegistry.QuartetExtendedPlugin This annotation is to be used to describe a plugin.QuartetExtendedPluginValue One will indicate for a class, that a value of this class (default constructor) is to be inserted in the plugin whose registry name is indicate by pluginName.QuartetPlugin This annotation is to be used to describe a plugin.QuartetPluginValue One will indicate for a class, that a value of this class (default constructor) is to be inserted in the plugin whose registry name is indicate by pluginName.QuartetType QuartetType annotation.