Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With LDAP entries for storing jobs and triggers we're going to need a custom schema for scheduling information. The rest of this section defines the attributes and objectClasses that will be needed.

A job JobDetail has the following attributes:

  • name
  • description
  • group
  • isDurable
  • isVolatile
  • isRecoverable
  • a Java Class one or more triggersimplementing the Job interface
  • data map entries: key value pairs

...