sonam
09-16-2002, 03:09
Hi - I'm trying to write a tool that scans the server error logs. I call wm.tn.query:eventQuery and then wm.tn.enumerate:next to process the result set.
My problem is that the output of wm.tn.enumerate:next is a java.util.Vector of activity log entries. Try as I may, I cannot seem to access the individual results (I've tried looping and also tried mapping the result set to an array of activity log references). There doesn't seem to be any samples or doco about this.
Can someone point me to the correct way to access these results?
My problem is that the output of wm.tn.enumerate:next is a java.util.Vector of activity log entries. Try as I may, I cannot seem to access the individual results (I've tried looping and also tried mapping the result set to an array of activity log references). There doesn't seem to be any samples or doco about this.
Can someone point me to the correct way to access these results?