All Implemented Interfaces:
HasTransactionAttribute, IConfigurable, IConfigurationAware, INamedObject, IScopeProvider, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated(since="7.7.0") public class Job extends JobDef
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 (previously IbisActionJob). Using the new elements enables the use of auto-completion for the specified type.

Author:
Niels Meijer