Currently my scanners are all started from the top leverl Scanner class by calling new Scanner which then starts several scanner threads. Occasionaly, I would like to do some kind of scan now rather than waiting for the sleeping thread to wake up. Is it possible to do this and how ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you explain what exactly do you need! You want a tool that would perform scan immediately?
Dejan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-05-17
Yes, particularly the SQL Scanner. The reason I was mentioning the doScan method is that we currently have an MBean console that drives our application if needed, and we would like centralize the babeldoc operations through this MBean console as well, so I was thinking of having a wrapper around the scanner that will call the doScan method when the operations team wants it to do so. Is is possible ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently my scanners are all started from the top leverl Scanner class by calling new Scanner which then starts several scanner threads. Occasionaly, I would like to do some kind of scan now rather than waiting for the sleeping thread to wake up. Is it possible to do this and how ?
Thanks
Can you explain what exactly do you need! You want a tool that would perform scan immediately?
Dejan
Yes, particularly the SQL Scanner. The reason I was mentioning the doScan method is that we currently have an MBean console that drives our application if needed, and we would like centralize the babeldoc operations through this MBean console as well, so I was thinking of having a wrapper around the scanner that will call the doScan method when the operations team wants it to do so. Is is possible ?