public class InterfaceToNodeCacheEventProcessor extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
InterfaceToNodeCacheEventProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
handleInterfaceDeleted(Event event) |
void |
handleInterfaceReparented(Event event) |
void |
handleNodeDeleted(Event event) |
void |
handleNodeGainedInterface(Event event) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
@Transactional public void handleNodeGainedInterface(Event event)
@Transactional public void handleInterfaceDeleted(Event event)
@Transactional public void handleInterfaceReparented(Event event)
@Transactional public void handleNodeDeleted(Event event)
Copyright © 2021. All rights reserved.