org.opennms.netmgt.provision.service
Class ImportJob
java.lang.Object
org.opennms.netmgt.provision.service.ImportJob
- All Implemented Interfaces:
- org.quartz.Job
public class ImportJob
- extends Object
- implements org.quartz.Job
Wrapper object for the doImport method of the Provisioner
- Version:
- $Id: $
- Author:
- ranger
|
Field Summary |
protected static String |
KEY
Constant KEY="url" |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
protected static final String KEY
- Constant
KEY="url"
- See Also:
- Constant Field Values
ImportJob
public ImportJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
-
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
setProvisioner
public void setProvisioner(Provisioner provisioner)
setProvisioner
- Parameters:
provisioner - a Provisioner object.
Copyright © 2011. All Rights Reserved.