Francois, i think i don't understand what you want to do. Can you try to explain it a little more, please? What should be done in batch mode and what exactly is batch mode for you? What exactly do you mean by "starting my batch mode"? Martin
> Hi, > > I have a simple GRAM Client in Java. It implements the GramJobListener > interface, so that in interactive mode, with the callback function > "stateChanged", i can cacth the changes in the state of the GramJob, and > destroy the job when it's "done". > > But i would like to do exactly the same in batch mode. I mean, launching > my > batch mode, and getting the output/destroying the job when it's "done". > Can > we use that "stateChanged" callback too? Is there another way to do that? > > > Cheers, > Francois. >
