|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProvisioningAdapter
This class provides an API for implementing provider "extensions" to the OpenNMS Provisioning daemon.
| Method Summary | |
|---|---|
void |
addNode(int nodeId)
This method is called by the Provisioner when a new node is provisioned. |
void |
deleteNode(int nodeId)
This method is called by the Provisioner when a node is deleted through provisioning. |
String |
getName()
getName |
void |
init()
This method is called in case the adapter needs to perform some initialization prior to receiving calls from the AdapterManager. |
void |
nodeConfigChanged(int nodeid)
This method is called when a configuration change event has occurred from any source. |
void |
updateNode(int nodeId)
This method is called by the Provisioner when a node is updated through provisioning. |
| Method Detail |
|---|
void addNode(int nodeId)
throws ProvisioningAdapterException
nodeId - a int.
ProvisioningAdapterException - if any.
void updateNode(int nodeId)
throws ProvisioningAdapterException
nodeId - a int.
ProvisioningAdapterException - if any.
void deleteNode(int nodeId)
throws ProvisioningAdapterException
nodeId - a int.
ProvisioningAdapterException - if any.String getName()
getName
String object.
void nodeConfigChanged(int nodeid)
throws ProvisioningAdapterException
nodeid - a int.
ProvisioningAdapterException - if any.
void init()
throws ProvisioningAdapterException
ProvisioningAdapterException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||