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(IEvent event) |
void |
handleInterfaceReparented(IEvent event) |
void |
handleNodeDeleted(IEvent event) |
void |
handleNodeGainedInterface(IEvent event) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
@Transactional public void handleNodeGainedInterface(IEvent event)
@Transactional public void handleInterfaceDeleted(IEvent event)
@Transactional public void handleInterfaceReparented(IEvent event)
@Transactional public void handleNodeDeleted(IEvent event)
Copyright © 2021. All rights reserved.