Just to complement my question: Here is the thing...
I want to monitor activity on a printer in my computer, so I can capture and log the jobs that are sent to my printer over time.
I would like to do so by monitoring the printer pending jobs list (if that can be retrieved through any java method) and make a log of changes in that list.
Any advice on how to get the list of pending jobs of a printer?