Moduleurn: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
Example UsageDPML<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 |