public class ProvisioningAdapterManager extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
ProvisioningAdapterManager() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
EventForwarder |
getEventForwarder()
getEventForwarder
|
PluginRegistry |
getPluginRegistry()
getPluginRegistry
|
void |
handleNodeAddedEvent(IEvent e)
handleNodeAddedEvent
|
void |
handleNodeChangedEvent(IEvent e)
handleNodeChangedEvent
|
void |
handleNodeDeletedEvent(IEvent e)
handleNodeDeletedEvent
|
void |
handleNodeScanCompletedEvent(IEvent e)
handleNodeScanCompletedEvent
|
void |
handleNodeUpdatedEvent(IEvent e)
handleNodeUpdatedEvent
|
void |
initializeAdapters()
initializeAdapters
|
void |
setEventForwarder(EventForwarder eventForwarder)
setEventForwarder
|
void |
setPluginRegistry(PluginRegistry pluginRegistry)
setPluginRegistry
|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
- if any.public PluginRegistry getPluginRegistry()
getPluginRegistry
PluginRegistry
object.public void setPluginRegistry(PluginRegistry pluginRegistry)
setPluginRegistry
pluginRegistry
- a PluginRegistry
object.public void handleNodeAddedEvent(IEvent e)
handleNodeAddedEvent
e
- a IEvent
object.public void handleNodeUpdatedEvent(IEvent e)
handleNodeUpdatedEvent
e
- a IEvent
object.public void handleNodeDeletedEvent(IEvent e)
handleNodeDeletedEvent
e
- a IEvent
object.public void handleNodeScanCompletedEvent(IEvent e)
handleNodeScanCompletedEvent
Note: If the operations are properly scheduled and handled using the SimpleQueuedProvisioningAdapter, even though this event is sent following a nodeUpdated event, the update operation task should be reduced to 1 operation on the queue.e
- a IEvent
object.public void handleNodeChangedEvent(IEvent e)
handleNodeChangedEvent
e
- a IEvent
object.public void setEventForwarder(EventForwarder eventForwarder)
setEventForwarder
eventForwarder
- a EventForwarder
object.public EventForwarder getEventForwarder()
getEventForwarder
EventForwarder
object.public void initializeAdapters()
initializeAdapters
Copyright © 2021. All rights reserved.