Package | Description |
---|---|
org.opennms.netmgt.provision |
Modifier and Type | Method and Description |
---|---|
ScheduledFuture<?> |
ProvisioningAdapter.addNode(int nodeId)
This method is called by the Provisioner when a new node is provisioned.
|
ScheduledFuture<?> |
ProvisioningAdapter.deleteNode(int nodeId)
This method is called by the Provisioner when a node is deleted through provisioning.
|
void |
RancidProvisioningAdapter.doAdd(int nodeId,
org.opennms.rancid.ConnectionProperties cp,
boolean retry)
doAdd
|
void |
WsManAssetProvisioningAdapter.doAddNode(int nodeId) |
void |
SnmpHardwareInventoryProvisioningAdapter.doAddNode(int nodeId) |
void |
SnmpAssetProvisioningAdapter.doAddNode(int nodeId)
doAdd
|
void |
RancidProvisioningAdapter.doDelete(int nodeId,
org.opennms.rancid.ConnectionProperties cp,
boolean retry)
doDelete
|
void |
RancidProvisioningAdapter.doNodeConfigChanged(int nodeId,
org.opennms.rancid.ConnectionProperties cp,
boolean retry)
doNodeConfigChanged
|
void |
WsManAssetProvisioningAdapter.doNotifyConfigChange(int nodeId) |
void |
SnmpHardwareInventoryProvisioningAdapter.doNotifyConfigChange(int nodeId) |
void |
SnmpAssetProvisioningAdapter.doNotifyConfigChange(int nodeId)
doNodeConfigChanged
|
void |
RancidProvisioningAdapter.doUpdate(int nodeId,
org.opennms.rancid.ConnectionProperties cp,
boolean retry)
doUpdate
|
void |
WsManAssetProvisioningAdapter.doUpdateNode(int nodeId) |
void |
SnmpHardwareInventoryProvisioningAdapter.doUpdateNode(int nodeId) |
void |
SnmpAssetProvisioningAdapter.doUpdateNode(int nodeId)
doUpdate
|
void |
ProvisioningAdapter.init()
This method is called in case the adapter needs to perform some initialization prior to
receiving calls from the AdapterManager.
|
ScheduledFuture<?> |
ProvisioningAdapter.nodeConfigChanged(int nodeid)
This method is called when a configuration change event has occurred from any source.
|
void |
RancidProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
void |
PuppetProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
void |
ReverseDnsProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
void |
DnsProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
void |
SimplerQueuedProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
protected abstract void |
SimpleQueuedProvisioningAdapter.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter.AdapterOperation op)
The class implements the API and therefore the concrete class implements this method to handle
dequeued operations.
|
abstract void |
SimpleQueuedProvisioningAdapter2.processPendingOperationForNode(org.opennms.netmgt.provision.SimpleQueuedProvisioningAdapter2.AdapterOperation op)
processPendingOperationForNode
|
ScheduledFuture<?> |
ProvisioningAdapter.updateNode(int nodeId)
This method is called by the Provisioner when a node is updated through provisioning.
|
Copyright © 2021. All rights reserved.