All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IScopeProvider, NameAware, ConfigurableLifecycle, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@Deprecated(since="7.7.0") public class Job extends AbstractJobDef
Deprecated.
Placeholder class to allow legacy configuration notations <job function='SendMessage' /> in the new Frank!Config XSD.

The attribute function has been removed in favor of explicit JobDefinitions such as: SendMessageJob, ExecuteQueryJob and ActionJob. Using the new elements enables the use of auto-completion for the specified type.

Author:
Niels Meijer