cronListcronList
list scheduled jobs
Home > Books > NetKernel API and Services Reference > Accessor Listing > Cron Scheduled Jobs > cronList

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:util:cron

The cronList accessor is exported by the urn:org:ten60:netkernel:util:cron module. Import this module to gain access to the accessor.

Syntax

URI
active:cronList

ArgumentRulesDescription

Example Usage

DPML

<instr>
  <type>cronList</type>
  <target>var:jobList</target>
</instr>

NetKernel Foundation API

import org.ten60.netkernel.xml.representation.IAspectDOM;
import org.w3c.dom.Document;
main()
{ request = context.createSubRequest("active:cronList");
  request.setAspectClass(IAspectDOM.class);
  Document jobList = context.issueSubRequestForAspect(request).getReadOnlyDocument();
}

Purpose

The cronList accessor provides a means for retrieving the list of scheduled job entries from the Cron transport that are within the requestor's context's module. Only jobs for the module from which the cronList is requested are returned. The resulting document conforms to the job specification relaxNG schema.

Also see the Cron Guide.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.