org.opennms.netmgt.provision.service.operations
Class InsertOperation

java.lang.Object
  extended by org.opennms.netmgt.provision.service.operations.ImportOperation
      extended by org.opennms.netmgt.provision.service.operations.SaveOrUpdateOperation
          extended by org.opennms.netmgt.provision.service.operations.InsertOperation

public class InsertOperation
extends SaveOrUpdateOperation

InsertOperation class.

Version:
$Id: $
Author:
ranger

Constructor Summary
InsertOperation(String foreignSource, String foreignId, String nodeLabel, String building, String city, ProvisionService provisionService)
          Constructor for InsertOperation.
 
Method Summary
protected  void doPersist()
          doPersist
 String toString()
          toString
 
Methods inherited from class org.opennms.netmgt.provision.service.operations.SaveOrUpdateOperation
foundAsset, foundCategory, foundInterface, foundMonitoredService, getNode, getScanManager, scan, updateSnmpData
 
Methods inherited from class org.opennms.netmgt.provision.service.operations.ImportOperation
getProvisionService, log, persist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsertOperation

public InsertOperation(String foreignSource,
                       String foreignId,
                       String nodeLabel,
                       String building,
                       String city,
                       ProvisionService provisionService)

Constructor for InsertOperation.

Parameters:
foreignSource - a String object.
foreignId - a String object.
nodeLabel - a String object.
building - a String object.
city - a String object.
provisionService - a ProvisionService object.
Method Detail

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.

doPersist

protected void doPersist()

doPersist

Specified by:
doPersist in class ImportOperation


Copyright © 2011. All Rights Reserved.