Communication with NT Scheduler

Hi All,Is it possible to interact with the NT Scheduler from a Java Application? If possible, How do i communicate from a Java Application to an NT Scheduler to get the status of some Jobs, and also to start and stop some jobs? Thnx, balachandran_v
[283 byte] By [balachandran_v] at [2007-9-30 13:21:33]
# 1

> Is it possible to interact with the NT Scheduler from a Java Application?

The same way you interact with any external process: if there's a command-line client (AT?), you can call Runtime.getRuntime().exec() to spawn it as an external process, and interact with its standard output and input.

If there's only an API interface, then you'll have to write a JNI stub.

shankar.unni at 2007-7-4 20:53:38 > top of Java-index,Administration Tools,Sun Connection...