Class PooledJobPublisher
- java.lang.Object
-
- org.opennms.nrtg.commander.internal.PooledJobPublisher
-
- All Implemented Interfaces:
Runnable
public class PooledJobPublisher extends Object implements Runnable
generatesCollectionJob
s and publish them via jms- Author:
- Markus Neumann
-
-
Constructor Summary
Constructors Constructor Description PooledJobPublisher(CollectionTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publishJob(CollectionJob job, String site)
void
run()
-
-
-
Constructor Detail
-
PooledJobPublisher
public PooledJobPublisher(CollectionTask task)
-
-
Method Detail
-
publishJob
public void publishJob(CollectionJob job, String site)
-
-